Html Css Color HEX #B1DC5B Conifer

📋 copy color: '#B1DC5B'

red 177 ◦ green 220 ◦ blue 91

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

Shades of Conifer #B1DC5B

Tints of Conifer #B1DC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

 BLUE value IS 91 (35.94% from 255) = 18.65%

R = 36.27%
G = 45.08%
B = 18.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#B1DC5B (or 0xB1DC5B) is known color: Conifer. HEX triplet: B1, DC and 5B. RGB value is (177,220,91). Sum of RGB (Red+Green+Blue) = 177+220+91=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC5B is #4E23A4. Grayscale: #C0C0C0. Windows color (decimal): -5120933 or 6020273. OLE color: 6020273.

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

Color convert

RGB 177 220 91 -
CMYK 0.20 0 0.59 0.14
HSL 80º 0.65% 0.61% -
HSV(B) 80º 0.59% 0.86% -
XYZ 45.61 61.29 19.32 -
YUV 192.44 70.75 116.99 -
System Red Green Blue C M Y K H S L
Decimal 177 220 91 0.20 0 0.59 0.14 80 0.65 0.61
Hex B1 DC 5B 14 0 3B E 50 41 3D
Octal 261 334 133 24 0 73 16 120 101 75
Binary 10110001 11011100 1011011 10100 0 111011 1110 1010000 1000001 111101

Color Harmonies of #B1DC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC5B

Black with #B1DC5B

Text Example


Text Example

White with #B1DC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC5B; }

 p { color: rgb(177,220,91); }

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

background-color css

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

 a { background-color: rgb(177,220,91); }

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

border-color css

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

 span { border-color: rgb(177,220,91); }

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