Html Css Color HEX #BBED60 Conifer

📋 copy color: '#BBED60'

red 187 ◦ green 237 ◦ blue 96

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

Shades of Conifer #BBED60

Tints of Conifer #BBED60

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 35.96%
G = 45.58%
B = 18.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#BBED60 (or 0xBBED60) is known color: Conifer. HEX triplet: BB, ED and 60. RGB value is (187,237,96). Sum of RGB (Red+Green+Blue) = 187+237+96=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED60 is #44129F. Grayscale: #CECECE. Windows color (decimal): -4461216 or 6352315. OLE color: 6352315.

HSL color Cylindrical-coordinate representation of color #BBED60: hue angle of 81.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBED60 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 96 -
CMYK 0.21 0 0.59 0.07
HSL 81.28º 0.8% 0.65% -
HSV(B) 81.28º 0.59% 0.93% -
XYZ 52.89 71.98 22.17 -
YUV 205.98 65.94 114.46 -
System Red Green Blue C M Y K H S L
Decimal 187 237 96 0.21 0 0.59 0.07 81.28 0.8 0.65
Hex BB ED 60 15 0 3B 7 51 50 41
Octal 273 355 140 25 0 73 7 121 120 101
Binary 10111011 11101101 1100000 10101 0 111011 111 1010001 1010000 1000001

Color Harmonies of #BBED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBED60

Black with #BBED60

Text Example


Text Example

White with #BBED60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBED60; }

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

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

background-color css

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

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

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

border-color css

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

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

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