Html Css Color HEX #BBDA5C Conifer

📋 copy color: '#BBDA5C'

red 187 ◦ green 218 ◦ blue 92

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

Shades of Conifer #BBDA5C

Tints of Conifer #BBDA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.51%

R = 37.63%
G = 43.86%
B = 18.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BBDA5C (or 0xBBDA5C) is known color: Conifer. HEX triplet: BB, DA and 5C. RGB value is (187,218,92). Sum of RGB (Red+Green+Blue) = 187+218+92=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA5C is #4425A3. Grayscale: #C2C2C2. Windows color (decimal): -4466084 or 6085307. OLE color: 6085307.

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

Color convert

RGB 187 218 92 -
CMYK 0.14 0 0.58 0.15
HSL 74.76º 0.63% 0.61% -
HSV(B) 74.76º 0.58% 0.85% -
XYZ 47.5 61.48 19.49 -
YUV 194.37 70.23 122.75 -
System Red Green Blue C M Y K H S L
Decimal 187 218 92 0.14 0 0.58 0.15 74.76 0.63 0.61
Hex BB DA 5C E 0 3A F 4B 3F 3D
Octal 273 332 134 16 0 72 17 113 77 75
Binary 10111011 11011010 1011100 1110 0 111010 1111 1001011 111111 111101

Color Harmonies of #BBDA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA5C

Black with #BBDA5C

Text Example


Text Example

White with #BBDA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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