Html Css Color HEX #BBDC52 Conifer

📋 copy color: '#BBDC52'

red 187 ◦ green 220 ◦ blue 82

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

Shades of Conifer #BBDC52

Tints of Conifer #BBDC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.77%

R = 38.24%
G = 44.99%
B = 16.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#BBDC52 (or 0xBBDC52) is known color: Conifer. HEX triplet: BB, DC and 52. RGB value is (187,220,82). Sum of RGB (Red+Green+Blue) = 187+220+82=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC52 is #4423AD. Grayscale: #C2C2C2. Windows color (decimal): -4465582 or 5430459. OLE color: 5430459.

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

Color convert

RGB 187 220 82 -
CMYK 0.15 0 0.63 0.14
HSL 74.35º 0.66% 0.59% -
HSV(B) 74.35º 0.63% 0.86% -
XYZ 47.61 62.36 17.51 -
YUV 194.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 187 220 82 0.15 0 0.63 0.14 74.35 0.66 0.59
Hex BB DC 52 F 0 3F E 4A 42 3B
Octal 273 334 122 17 0 77 16 112 102 73
Binary 10111011 11011100 1010010 1111 0 111111 1110 1001010 1000010 111011

Color Harmonies of #BBDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC52

Black with #BBDC52

Text Example


Text Example

White with #BBDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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