Html Css Color HEX #B0D46C Conifer

📋 copy color: '#B0D46C'

red 176 ◦ green 212 ◦ blue 108

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

Shades of Conifer #B0D46C

Tints of Conifer #B0D46C

RGB

 RED value IS 176 (69.14% from 255) = 35.48%

 GREEN value IS 212 (83.2% from 255) = 42.74%

 BLUE value IS 108 (42.58% from 255) = 21.77%

R = 35.48%
G = 42.74%
B = 21.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#B0D46C (or 0xB0D46C) is known color: Conifer. HEX triplet: B0, D4 and 6C. RGB value is (176,212,108). Sum of RGB (Red+Green+Blue) = 176+212+108=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D46C is #4F2B93. Grayscale: #BDBDBD. Windows color (decimal): -5188500 or 7132336. OLE color: 7132336.

HSL color Cylindrical-coordinate representation of color #B0D46C: hue angle of 80.77º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0D46C is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 212 108 -
CMYK 0.17 0 0.49 0.17
HSL 80.77º 0.55% 0.63% -
HSV(B) 80.77º 0.49% 0.83% -
XYZ 44.15 57.4 22.94 -
YUV 189.38 82.07 118.46 -
System Red Green Blue C M Y K H S L
Decimal 176 212 108 0.17 0 0.49 0.17 80.77 0.55 0.63
Hex B0 D4 6C 11 0 31 11 51 37 3F
Octal 260 324 154 21 0 61 21 121 67 77
Binary 10110000 11010100 1101100 10001 0 110001 10001 1010001 110111 111111

Color Harmonies of #B0D46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D46C

Black with #B0D46C

Text Example


Text Example

White with #B0D46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D46C; }

 p { color: rgb(176,212,108); }

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

background-color css

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

 a { background-color: rgb(176,212,108); }

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

border-color css

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

 span { border-color: rgb(176,212,108); }

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