Html Css Color HEX #BBDA5D Conifer

📋 copy color: '#BBDA5D'

red 187 ◦ green 218 ◦ blue 93

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

Shades of Conifer #BBDA5D

Tints of Conifer #BBDA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 37.55%
G = 43.78%
B = 18.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BBDA5D (or 0xBBDA5D) is known color: Conifer. HEX triplet: BB, DA and 5D. RGB value is (187,218,93). Sum of RGB (Red+Green+Blue) = 187+218+93=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA5D is #4425A2. Grayscale: #C2C2C2. Windows color (decimal): -4466083 or 6150843. OLE color: 6150843.

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

Color convert

RGB 187 218 93 -
CMYK 0.14 0 0.57 0.15
HSL 74.88º 0.63% 0.61% -
HSV(B) 74.88º 0.57% 0.85% -
XYZ 47.54 61.5 19.72 -
YUV 194.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 187 218 93 0.14 0 0.57 0.15 74.88 0.63 0.61
Hex BB DA 5D E 0 39 F 4B 3F 3D
Octal 273 332 135 16 0 71 17 113 77 75
Binary 10111011 11011010 1011101 1110 0 111001 1111 1001011 111111 111101

Color Harmonies of #BBDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA5D

Black with #BBDA5D

Text Example


Text Example

White with #BBDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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