Html Css Color HEX #B1D564 Conifer

📋 copy color: '#B1D564'

red 177 ◦ green 213 ◦ blue 100

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

Shades of Conifer #B1D564

Tints of Conifer #B1D564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 100 (39.45% from 255) = 20.41%

R = 36.12%
G = 43.47%
B = 20.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#B1D564 (or 0xB1D564) is known color: Conifer. HEX triplet: B1, D5 and 64. RGB value is (177,213,100). Sum of RGB (Red+Green+Blue) = 177+213+100=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D564 is #4E2A9B. Grayscale: #BDBDBD. Windows color (decimal): -5122716 or 6608305. OLE color: 6608305.

HSL color Cylindrical-coordinate representation of color #B1D564: hue angle of 79.12º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1D564 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 213 100 -
CMYK 0.17 0 0.53 0.16
HSL 79.12º 0.57% 0.61% -
HSV(B) 79.12º 0.53% 0.84% -
XYZ 44.23 57.86 20.89 -
YUV 189.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 177 213 100 0.17 0 0.53 0.16 79.12 0.57 0.61
Hex B1 D5 64 11 0 35 10 4F 39 3D
Octal 261 325 144 21 0 65 20 117 71 75
Binary 10110001 11010101 1100100 10001 0 110101 10000 1001111 111001 111101

Color Harmonies of #B1D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D564

Black with #B1D564

Text Example


Text Example

White with #B1D564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D564; }

 p { color: rgb(177,213,100); }

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

background-color css

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

 a { background-color: rgb(177,213,100); }

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

border-color css

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

 span { border-color: rgb(177,213,100); }

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