Html Css Color HEX #B0DA6F Conifer

📋 copy color: '#B0DA6F'

red 176 ◦ green 218 ◦ blue 111

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

Shades of Conifer #B0DA6F

Tints of Conifer #B0DA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 34.85%
G = 43.17%
B = 21.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#B0DA6F (or 0xB0DA6F) is known color: Conifer. HEX triplet: B0, DA and 6F. RGB value is (176,218,111). Sum of RGB (Red+Green+Blue) = 176+218+111=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA6F is #4F2590. Grayscale: #C1C1C1. Windows color (decimal): -5186961 or 7330480. OLE color: 7330480.

HSL color Cylindrical-coordinate representation of color #B0DA6F: hue angle of 83.55º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0DA6F is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 111 -
CMYK 0.19 0 0.49 0.15
HSL 83.55º 0.59% 0.65% -
HSV(B) 83.55º 0.49% 0.85% -
XYZ 45.85 60.52 24.3 -
YUV 193.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 176 218 111 0.19 0 0.49 0.15 83.55 0.59 0.65
Hex B0 DA 6F 13 0 31 F 54 3B 41
Octal 260 332 157 23 0 61 17 124 73 101
Binary 10110000 11011010 1101111 10011 0 110001 1111 1010100 111011 1000001

Color Harmonies of #B0DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA6F

Black with #B0DA6F

Text Example


Text Example

White with #B0DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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