Html Css Color HEX #B0DC46 Conifer

📋 copy color: '#B0DC46'

red 176 ◦ green 220 ◦ blue 70

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

Shades of Conifer #B0DC46

Tints of Conifer #B0DC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 37.77%
G = 47.21%
B = 15.02%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#B0DC46 (or 0xB0DC46) is known color: Conifer. HEX triplet: B0, DC and 46. RGB value is (176,220,70). Sum of RGB (Red+Green+Blue) = 176+220+70=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC46 is #4F23B9. Grayscale: #BEBEBE. Windows color (decimal): -5186490 or 4644016. OLE color: 4644016.

HSL color Cylindrical-coordinate representation of color #B0DC46: hue angle of 77.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0DC46 is Cyan = 0.2, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 70 -
CMYK 0.2 0 0.68 0.14
HSL 77.6º 0.68% 0.57% -
HSV(B) 77.6º 0.68% 0.86% -
XYZ 44.6 60.86 15.19 -
YUV 189.74 60.42 118.2 -
System Red Green Blue C M Y K H S L
Decimal 176 220 70 0.2 0 0.68 0.14 77.6 0.68 0.57
Hex B0 DC 46 14 0 44 E 4E 44 39
Octal 260 334 106 24 0 104 16 116 104 71
Binary 10110000 11011100 1000110 10100 0 1000100 1110 1001110 1000100 111001

Color Harmonies of #B0DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC46

Black with #B0DC46

Text Example


Text Example

White with #B0DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC46; }

 p { color: rgb(176,220,70); }

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

background-color css

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

 a { background-color: rgb(176,220,70); }

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

border-color css

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

 span { border-color: rgb(176,220,70); }

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