Html Css Color HEX #B0DF6D Conifer

📋 copy color: '#B0DF6D'

red 176 ◦ green 223 ◦ blue 109

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

Shades of Conifer #B0DF6D

Tints of Conifer #B0DF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

 BLUE value IS 109 (42.97% from 255) = 21.46%

R = 34.65%
G = 43.9%
B = 21.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#B0DF6D (or 0xB0DF6D) is known color: Conifer. HEX triplet: B0, DF and 6D. RGB value is (176,223,109). Sum of RGB (Red+Green+Blue) = 176+223+109=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF6D is #4F2092. Grayscale: #C4C4C4. Windows color (decimal): -5185683 or 7200688. OLE color: 7200688.

HSL color Cylindrical-coordinate representation of color #B0DF6D: hue angle of 84.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0DF6D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 109 -
CMYK 0.21 0 0.51 0.13
HSL 84.74º 0.64% 0.65% -
HSV(B) 84.74º 0.51% 0.87% -
XYZ 47.05 63.11 24.17 -
YUV 195.95 78.93 113.77 -
System Red Green Blue C M Y K H S L
Decimal 176 223 109 0.21 0 0.51 0.13 84.74 0.64 0.65
Hex B0 DF 6D 15 0 33 D 55 40 41
Octal 260 337 155 25 0 63 15 125 100 101
Binary 10110000 11011111 1101101 10101 0 110011 1101 1010101 1000000 1000001

Color Harmonies of #B0DF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF6D

Black with #B0DF6D

Text Example


Text Example

White with #B0DF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF6D; }

 p { color: rgb(176,223,109); }

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

background-color css

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

 a { background-color: rgb(176,223,109); }

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

border-color css

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

 span { border-color: rgb(176,223,109); }

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