Html Css Color HEX #B1DD5C Conifer

📋 copy color: '#B1DD5C'

red 177 ◦ green 221 ◦ blue 92

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

Shades of Conifer #B1DD5C

Tints of Conifer #B1DD5C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.1%

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

R = 36.12%
G = 45.1%
B = 18.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#B1DD5C (or 0xB1DD5C) is known color: Conifer. HEX triplet: B1, DD and 5C. RGB value is (177,221,92). Sum of RGB (Red+Green+Blue) = 177+221+92=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD5C is #4E22A3. Grayscale: #C1C1C1. Windows color (decimal): -5120676 or 6086065. OLE color: 6086065.

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

Color convert

RGB 177 221 92 -
CMYK 0.20 0 0.58 0.13
HSL 80.47º 0.65% 0.61% -
HSV(B) 80.47º 0.58% 0.87% -
XYZ 45.92 61.83 19.64 -
YUV 193.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 177 221 92 0.20 0 0.58 0.13 80.47 0.65 0.61
Hex B1 DD 5C 14 0 3A D 50 41 3D
Octal 261 335 134 24 0 72 15 120 101 75
Binary 10110001 11011101 1011100 10100 0 111010 1101 1010000 1000001 111101

Color Harmonies of #B1DD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DD5C

Black with #B1DD5C

Text Example


Text Example

White with #B1DD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DD5C; }

 p { color: rgb(177,221,92); }

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

background-color css

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

 a { background-color: rgb(177,221,92); }

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

border-color css

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

 span { border-color: rgb(177,221,92); }

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