Html Css Color HEX #BBD452 Conifer

📋 copy color: '#BBD452'

red 187 ◦ green 212 ◦ blue 82

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

Shades of Conifer #BBD452

Tints of Conifer #BBD452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.07%

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

R = 38.88%
G = 44.07%
B = 17.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#BBD452 (or 0xBBD452) is known color: Conifer. HEX triplet: BB, D4 and 52. RGB value is (187,212,82). Sum of RGB (Red+Green+Blue) = 187+212+82=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD452 is #442BAD. Grayscale: #BEBEBE. Windows color (decimal): -4467630 or 5428411. OLE color: 5428411.

HSL color Cylindrical-coordinate representation of color #BBD452: hue angle of 71.54º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBD452 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 82 -
CMYK 0.12 0 0.61 0.17
HSL 71.54º 0.6% 0.58% -
HSV(B) 71.54º 0.61% 0.83% -
XYZ 45.56 58.26 16.83 -
YUV 189.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 187 212 82 0.12 0 0.61 0.17 71.54 0.6 0.58
Hex BB D4 52 C 0 3D 11 48 3C 3A
Octal 273 324 122 14 0 75 21 110 74 72
Binary 10111011 11010100 1010010 1100 0 111101 10001 1001000 111100 111010

Color Harmonies of #BBD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD452

Black with #BBD452

Text Example


Text Example

White with #BBD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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