Html Css Color HEX #B1DC6A Conifer

📋 copy color: '#B1DC6A'

red 177 ◦ green 220 ◦ blue 106

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

Shades of Conifer #B1DC6A

Tints of Conifer #B1DC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.07%

R = 35.19%
G = 43.74%
B = 21.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#B1DC6A (or 0xB1DC6A) is known color: Conifer. HEX triplet: B1, DC and 6A. RGB value is (177,220,106). Sum of RGB (Red+Green+Blue) = 177+220+106=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC6A is #4E2395. Grayscale: #C2C2C2. Windows color (decimal): -5120918 or 7003313. OLE color: 7003313.

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

Color convert

RGB 177 220 106 -
CMYK 0.20 0 0.52 0.14
HSL 82.63º 0.62% 0.64% -
HSV(B) 82.63º 0.52% 0.86% -
XYZ 46.33 61.57 23.08 -
YUV 194.15 78.25 115.77 -
System Red Green Blue C M Y K H S L
Decimal 177 220 106 0.20 0 0.52 0.14 82.63 0.62 0.64
Hex B1 DC 6A 14 0 34 E 53 3E 40
Octal 261 334 152 24 0 64 16 123 76 100
Binary 10110001 11011100 1101010 10100 0 110100 1110 1010011 111110 1000000

Color Harmonies of #B1DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC6A

Black with #B1DC6A

Text Example


Text Example

White with #B1DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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