Html Css Color HEX #BBD752 Conifer

📋 copy color: '#BBD752'

red 187 ◦ green 215 ◦ blue 82

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

Shades of Conifer #BBD752

Tints of Conifer #BBD752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.42%

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

R = 38.64%
G = 44.42%
B = 16.94%

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

#BBD752 (or 0xBBD752) is known color: Conifer. HEX triplet: BB, D7 and 52. RGB value is (187,215,82). Sum of RGB (Red+Green+Blue) = 187+215+82=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD752 is #4428AD. Grayscale: #BFBFBF. Windows color (decimal): -4466862 or 5429179. OLE color: 5429179.

HSL color Cylindrical-coordinate representation of color #BBD752: hue angle of 72.63º 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 #BBD752 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 215 82 -
CMYK 0.13 0 0.62 0.16
HSL 72.63º 0.62% 0.58% -
HSV(B) 72.63º 0.62% 0.84% -
XYZ 46.32 59.77 17.08 -
YUV 191.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 187 215 82 0.13 0 0.62 0.16 72.63 0.62 0.58
Hex BB D7 52 D 0 3E 10 49 3E 3A
Octal 273 327 122 15 0 76 20 111 76 72
Binary 10111011 11010111 1010010 1101 0 111110 10000 1001001 111110 111010

Color Harmonies of #BBD752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD752

Black with #BBD752

Text Example


Text Example

White with #BBD752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD752; }

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

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

background-color css

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

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

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

border-color css

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

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

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