Html Css Color HEX #BBDA60 Conifer

📋 copy color: '#BBDA60'

red 187 ◦ green 218 ◦ blue 96

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

Shades of Conifer #BBDA60

Tints of Conifer #BBDA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

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

R = 37.33%
G = 43.51%
B = 19.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#BBDA60 (or 0xBBDA60) is known color: Conifer. HEX triplet: BB, DA and 60. RGB value is (187,218,96). Sum of RGB (Red+Green+Blue) = 187+218+96=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA60 is #44259F. Grayscale: #C3C3C3. Windows color (decimal): -4466080 or 6347451. OLE color: 6347451.

HSL color Cylindrical-coordinate representation of color #BBDA60: hue angle of 75.25º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBDA60 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 96 -
CMYK 0.14 0 0.56 0.15
HSL 75.25º 0.62% 0.62% -
HSV(B) 75.25º 0.56% 0.85% -
XYZ 47.68 61.55 20.43 -
YUV 194.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 187 218 96 0.14 0 0.56 0.15 75.25 0.62 0.62
Hex BB DA 60 E 0 38 F 4B 3E 3E
Octal 273 332 140 16 0 70 17 113 76 76
Binary 10111011 11011010 1100000 1110 0 111000 1111 1001011 111110 111110

Color Harmonies of #BBDA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA60

Black with #BBDA60

Text Example


Text Example

White with #BBDA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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