Html Css Color HEX #BBDF60 Conifer

📋 copy color: '#BBDF60'

red 187 ◦ green 223 ◦ blue 96

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

Shades of Conifer #BBDF60

Tints of Conifer #BBDF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

 BLUE value IS 96 (37.89% from 255) = 18.97%

R = 36.96%
G = 44.07%
B = 18.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BBDF60 (or 0xBBDF60) is known color: Conifer. HEX triplet: BB, DF and 60. RGB value is (187,223,96). Sum of RGB (Red+Green+Blue) = 187+223+96=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF60 is #44209F. Grayscale: #C6C6C6. Windows color (decimal): -4464800 or 6348731. OLE color: 6348731.

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

Color convert

RGB 187 223 96 -
CMYK 0.16 0 0.57 0.13
HSL 77.01º 0.66% 0.63% -
HSV(B) 77.01º 0.57% 0.87% -
XYZ 48.99 64.18 20.87 -
YUV 197.76 70.57 120.33 -
System Red Green Blue C M Y K H S L
Decimal 187 223 96 0.16 0 0.57 0.13 77.01 0.66 0.63
Hex BB DF 60 10 0 39 D 4D 42 3F
Octal 273 337 140 20 0 71 15 115 102 77
Binary 10111011 11011111 1100000 10000 0 111001 1101 1001101 1000010 111111

Color Harmonies of #BBDF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF60

Black with #BBDF60

Text Example


Text Example

White with #BBDF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF60; }

 p { color: rgb(187,223,96); }

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

background-color css

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

 a { background-color: rgb(187,223,96); }

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

border-color css

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

 span { border-color: rgb(187,223,96); }

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