Html Css Color HEX #BBDC53 Conifer

📋 copy color: '#BBDC53'

red 187 ◦ green 220 ◦ blue 83

#BBDC53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BBDC53

Tints of Conifer #BBDC53

RGB

 RED value IS 187 (73.44% from 255) = 38.16%

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 83 (32.81% from 255) = 16.94%

R = 38.16%
G = 44.9%
B = 16.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBDC53 (or 0xBBDC53) is known color: Conifer. HEX triplet: BB, DC and 53. RGB value is (187,220,83). Sum of RGB (Red+Green+Blue) = 187+220+83=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC53 is #4423AC. Grayscale: #C3C3C3. Windows color (decimal): -4465581 or 5495995. OLE color: 5495995.

HSL color Cylindrical-coordinate representation of color #BBDC53: hue angle of 74.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDC53 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 83 -
CMYK 0.15 0 0.62 0.14
HSL 74.45º 0.66% 0.59% -
HSV(B) 74.45º 0.62% 0.86% -
XYZ 47.65 62.38 17.71 -
YUV 194.52 65.07 122.64 -
System Red Green Blue C M Y K H S L
Decimal 187 220 83 0.15 0 0.62 0.14 74.45 0.66 0.59
Hex BB DC 53 F 0 3E E 4A 42 3B
Octal 273 334 123 17 0 76 16 112 102 73
Binary 10111011 11011100 1010011 1111 0 111110 1110 1001010 1000010 111011

Color Harmonies of #BBDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC53

Black with #BBDC53

Text Example


Text Example

White with #BBDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC53; }

 p { color: rgb(187,220,83); }

 H1.HeaderClassName
 {
   color: #BBDC53;
 }
 .AnyTagClassName
 {
   color: #BBDC53;
 }
</style>

background-color css

<style>
 a { background-color: #BBDC53; }

 a { background-color: rgb(187,220,83); }

 div.DivClassName
 {
   background-color: #BBDC53;
 }
 .BgClassName
 {
   background-color: #BBDC53;
 }
</style>

border-color css

<style>
 span { border-color: #BBDC53; }

 span { border-color: rgb(187,220,83); }

 td.TdClassName
 {
   border-color: #BBDC53;
 }
 .TagClassName
 {
   border-color: #BBDC53;
 }
</style>