Html Css Color HEX #B0DC67 Conifer

📋 copy color: '#B0DC67'

red 176 ◦ green 220 ◦ blue 103

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

Shades of Conifer #B0DC67

Tints of Conifer #B0DC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.64%

R = 35.27%
G = 44.09%
B = 20.64%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#B0DC67 (or 0xB0DC67) is known color: Conifer. HEX triplet: B0, DC and 67. RGB value is (176,220,103). Sum of RGB (Red+Green+Blue) = 176+220+103=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC67 is #4F2398. Grayscale: #C1C1C1. Windows color (decimal): -5186457 or 6806704. OLE color: 6806704.

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

Color convert

RGB 176 220 103 -
CMYK 0.2 0 0.53 0.14
HSL 82.56º 0.63% 0.63% -
HSV(B) 82.56º 0.53% 0.86% -
XYZ 45.95 61.4 22.26 -
YUV 193.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 176 220 103 0.2 0 0.53 0.14 82.56 0.63 0.63
Hex B0 DC 67 14 0 35 E 53 3F 3F
Octal 260 334 147 24 0 65 16 123 77 77
Binary 10110000 11011100 1100111 10100 0 110101 1110 1010011 111111 111111

Color Harmonies of #B0DC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC67

Black with #B0DC67

Text Example


Text Example

White with #B0DC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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