Html Css Color HEX #BBDD52 Conifer

📋 copy color: '#BBDD52'

red 187 ◦ green 221 ◦ blue 82

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

Shades of Conifer #BBDD52

Tints of Conifer #BBDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 38.16%
G = 45.1%
B = 16.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#BBDD52 (or 0xBBDD52) is known color: Conifer. HEX triplet: BB, DD and 52. RGB value is (187,221,82). Sum of RGB (Red+Green+Blue) = 187+221+82=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD52 is #4422AD. Grayscale: #C3C3C3. Windows color (decimal): -4465326 or 5430715. OLE color: 5430715.

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

Color convert

RGB 187 221 82 -
CMYK 0.15 0 0.63 0.13
HSL 74.68º 0.67% 0.59% -
HSV(B) 74.68º 0.63% 0.87% -
XYZ 47.87 62.89 17.6 -
YUV 194.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 187 221 82 0.15 0 0.63 0.13 74.68 0.67 0.59
Hex BB DD 52 F 0 3F D 4B 43 3B
Octal 273 335 122 17 0 77 15 113 103 73
Binary 10111011 11011101 1010010 1111 0 111111 1101 1001011 1000011 111011

Color Harmonies of #BBDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD52

Black with #BBDD52

Text Example


Text Example

White with #BBDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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