Html Css Color HEX #BBDE4B Conifer

📋 copy color: '#BBDE4B'

red 187 ◦ green 222 ◦ blue 75

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

Shades of Conifer #BBDE4B

Tints of Conifer #BBDE4B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

 BLUE value IS 75 (29.69% from 255) = 15.5%

R = 38.64%
G = 45.87%
B = 15.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#BBDE4B (or 0xBBDE4B) is known color: Conifer. HEX triplet: BB, DE and 4B. RGB value is (187,222,75). Sum of RGB (Red+Green+Blue) = 187+222+75=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE4B is #4421B4. Grayscale: #C3C3C3. Windows color (decimal): -4465077 or 4972219. OLE color: 4972219.

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

Color convert

RGB 187 222 75 -
CMYK 0.16 0 0.66 0.13
HSL 74.29º 0.69% 0.58% -
HSV(B) 74.29º 0.66% 0.87% -
XYZ 47.88 63.32 16.35 -
YUV 194.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 187 222 75 0.16 0 0.66 0.13 74.29 0.69 0.58
Hex BB DE 4B 10 0 42 D 4A 45 3A
Octal 273 336 113 20 0 102 15 112 105 72
Binary 10111011 11011110 1001011 10000 0 1000010 1101 1001010 1000101 111010

Color Harmonies of #BBDE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE4B

Black with #BBDE4B

Text Example


Text Example

White with #BBDE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE4B; }

 p { color: rgb(187,222,75); }

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

background-color css

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

 a { background-color: rgb(187,222,75); }

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

border-color css

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

 span { border-color: rgb(187,222,75); }

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