Html Css Color HEX #B0DC53 Conifer

📋 copy color: '#B0DC53'

red 176 ◦ green 220 ◦ blue 83

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

Shades of Conifer #B0DC53

Tints of Conifer #B0DC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.33%

R = 36.74%
G = 45.93%
B = 17.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#B0DC53 (or 0xB0DC53) is known color: Conifer. HEX triplet: B0, DC and 53. RGB value is (176,220,83). Sum of RGB (Red+Green+Blue) = 176+220+83=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC53 is #4F23AC. Grayscale: #BFBFBF. Windows color (decimal): -5186477 or 5495984. OLE color: 5495984.

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

Color convert

RGB 176 220 83 -
CMYK 0.2 0 0.62 0.14
HSL 79.27º 0.66% 0.59% -
HSV(B) 79.27º 0.62% 0.86% -
XYZ 45.06 61.04 17.59 -
YUV 191.23 66.92 117.14 -
System Red Green Blue C M Y K H S L
Decimal 176 220 83 0.2 0 0.62 0.14 79.27 0.66 0.59
Hex B0 DC 53 14 0 3E E 4F 42 3B
Octal 260 334 123 24 0 76 16 117 102 73
Binary 10110000 11011100 1010011 10100 0 111110 1110 1001111 1000010 111011

Color Harmonies of #B0DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC53

Black with #B0DC53

Text Example


Text Example

White with #B0DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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