Html Css Color HEX #B1D665 Conifer

📋 copy color: '#B1D665'

red 177 ◦ green 214 ◦ blue 101

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

Shades of Conifer #B1D665

Tints of Conifer #B1D665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 35.98%
G = 43.5%
B = 20.53%

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

#B1D665 (or 0xB1D665) is known color: Conifer. HEX triplet: B1, D6 and 65. RGB value is (177,214,101). Sum of RGB (Red+Green+Blue) = 177+214+101=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D665 is #4E299A. Grayscale: #BEBEBE. Windows color (decimal): -5122459 or 6674097. OLE color: 6674097.

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

Color convert

RGB 177 214 101 -
CMYK 0.17 0 0.53 0.16
HSL 79.65º 0.58% 0.62% -
HSV(B) 79.65º 0.53% 0.84% -
XYZ 44.53 58.38 21.23 -
YUV 190.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 177 214 101 0.17 0 0.53 0.16 79.65 0.58 0.62
Hex B1 D6 65 11 0 35 10 50 3A 3E
Octal 261 326 145 21 0 65 20 120 72 76
Binary 10110001 11010110 1100101 10001 0 110101 10000 1010000 111010 111110

Color Harmonies of #B1D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D665

Black with #B1D665

Text Example


Text Example

White with #B1D665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D665; }

 p { color: rgb(177,214,101); }

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

background-color css

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

 a { background-color: rgb(177,214,101); }

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

border-color css

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

 span { border-color: rgb(177,214,101); }

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