Html Css Color HEX #B0DA6C Conifer

📋 copy color: '#B0DA6C'

red 176 ◦ green 218 ◦ blue 108

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

Shades of Conifer #B0DA6C

Tints of Conifer #B0DA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.43%

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

R = 35.06%
G = 43.43%
B = 21.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#B0DA6C (or 0xB0DA6C) is known color: Conifer. HEX triplet: B0, DA and 6C. RGB value is (176,218,108). Sum of RGB (Red+Green+Blue) = 176+218+108=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA6C is #4F2593. Grayscale: #C1C1C1. Windows color (decimal): -5186964 or 7133872. OLE color: 7133872.

HSL color Cylindrical-coordinate representation of color #B0DA6C: hue angle of 82.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0DA6C is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 108 -
CMYK 0.19 0 0.50 0.15
HSL 82.91º 0.6% 0.64% -
HSV(B) 82.91º 0.5% 0.85% -
XYZ 45.68 60.46 23.45 -
YUV 192.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 176 218 108 0.19 0 0.50 0.15 82.91 0.6 0.64
Hex B0 DA 6C 13 0 32 F 53 3C 40
Octal 260 332 154 23 0 62 17 123 74 100
Binary 10110000 11011010 1101100 10011 0 110010 1111 1010011 111100 1000000

Color Harmonies of #B0DA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA6C

Black with #B0DA6C

Text Example


Text Example

White with #B0DA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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