Html Css Color HEX #B1DB5D Conifer

📋 copy color: '#B1DB5D'

red 177 ◦ green 219 ◦ blue 93

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

Shades of Conifer #B1DB5D

Tints of Conifer #B1DB5D

RGB

 RED value IS 177 (69.53% from 255) = 36.2%

 GREEN value IS 219 (85.94% from 255) = 44.79%

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

R = 36.2%
G = 44.79%
B = 19.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#B1DB5D (or 0xB1DB5D) is known color: Conifer. HEX triplet: B1, DB and 5D. RGB value is (177,219,93). Sum of RGB (Red+Green+Blue) = 177+219+93=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB5D is #4E24A2. Grayscale: #C0C0C0. Windows color (decimal): -5121187 or 6151089. OLE color: 6151089.

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

Color convert

RGB 177 219 93 -
CMYK 0.19 0 0.58 0.14
HSL 80º 0.64% 0.61% -
HSV(B) 80º 0.58% 0.86% -
XYZ 45.44 60.8 19.7 -
YUV 192.08 72.09 117.25 -
System Red Green Blue C M Y K H S L
Decimal 177 219 93 0.19 0 0.58 0.14 80 0.64 0.61
Hex B1 DB 5D 13 0 3A E 50 40 3D
Octal 261 333 135 23 0 72 16 120 100 75
Binary 10110001 11011011 1011101 10011 0 111010 1110 1010000 1000000 111101

Color Harmonies of #B1DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DB5D

Black with #B1DB5D

Text Example


Text Example

White with #B1DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DB5D; }

 p { color: rgb(177,219,93); }

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

background-color css

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

 a { background-color: rgb(177,219,93); }

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

border-color css

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

 span { border-color: rgb(177,219,93); }

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