Html Css Color HEX #B1D970 Conifer

📋 copy color: '#B1D970'

red 177 ◦ green 217 ◦ blue 112

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

Shades of Conifer #B1D970

Tints of Conifer #B1D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 34.98%
G = 42.89%
B = 22.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#B1D970 (or 0xB1D970) is known color: Conifer. HEX triplet: B1, D9 and 70. RGB value is (177,217,112). Sum of RGB (Red+Green+Blue) = 177+217+112=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D970 is #4E268F. Grayscale: #C1C1C1. Windows color (decimal): -5121680 or 7395761. OLE color: 7395761.

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

Color convert

RGB 177 217 112 -
CMYK 0.18 0 0.48 0.15
HSL 82.86º 0.58% 0.65% -
HSV(B) 82.86º 0.48% 0.85% -
XYZ 45.87 60.14 24.52 -
YUV 193.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 177 217 112 0.18 0 0.48 0.15 82.86 0.58 0.65
Hex B1 D9 70 12 0 30 F 53 3A 41
Octal 261 331 160 22 0 60 17 123 72 101
Binary 10110001 11011001 1110000 10010 0 110000 1111 1010011 111010 1000001

Color Harmonies of #B1D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D970

Black with #B1D970

Text Example


Text Example

White with #B1D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D970; }

 p { color: rgb(177,217,112); }

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

background-color css

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

 a { background-color: rgb(177,217,112); }

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

border-color css

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

 span { border-color: rgb(177,217,112); }

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