Html Css Color HEX #BBD652 Conifer

📋 copy color: '#BBD652'

red 187 ◦ green 214 ◦ blue 82

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

Shades of Conifer #BBD652

Tints of Conifer #BBD652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

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

R = 38.72%
G = 44.31%
B = 16.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#BBD652 (or 0xBBD652) is known color: Conifer. HEX triplet: BB, D6 and 52. RGB value is (187,214,82). Sum of RGB (Red+Green+Blue) = 187+214+82=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD652 is #4429AD. Grayscale: #BFBFBF. Windows color (decimal): -4467118 or 5428923. OLE color: 5428923.

HSL color Cylindrical-coordinate representation of color #BBD652: hue angle of 72.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBD652 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 82 -
CMYK 0.13 0 0.62 0.16
HSL 72.27º 0.62% 0.58% -
HSV(B) 72.27º 0.62% 0.84% -
XYZ 46.06 59.27 16.99 -
YUV 190.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 187 214 82 0.13 0 0.62 0.16 72.27 0.62 0.58
Hex BB D6 52 D 0 3E 10 48 3E 3A
Octal 273 326 122 15 0 76 20 110 76 72
Binary 10111011 11010110 1010010 1101 0 111110 10000 1001000 111110 111010

Color Harmonies of #BBD652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD652

Black with #BBD652

Text Example


Text Example

White with #BBD652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD652; }

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

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

background-color css

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

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

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

border-color css

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

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

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