Html Css Color HEX #B0DC68 Conifer

📋 copy color: '#B0DC68'

red 176 ◦ green 220 ◦ blue 104

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

Shades of Conifer #B0DC68

Tints of Conifer #B0DC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.8%

R = 35.2%
G = 44%
B = 20.8%

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

#B0DC68 (or 0xB0DC68) is known color: Conifer. HEX triplet: B0, DC and 68. RGB value is (176,220,104). Sum of RGB (Red+Green+Blue) = 176+220+104=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC68 is #4F2397. Grayscale: #C2C2C2. Windows color (decimal): -5186456 or 6872240. OLE color: 6872240.

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

Color convert

RGB 176 220 104 -
CMYK 0.2 0 0.53 0.14
HSL 82.76º 0.62% 0.64% -
HSV(B) 82.76º 0.53% 0.86% -
XYZ 46 61.42 22.53 -
YUV 193.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 176 220 104 0.2 0 0.53 0.14 82.76 0.62 0.64
Hex B0 DC 68 14 0 35 E 53 3E 40
Octal 260 334 150 24 0 65 16 123 76 100
Binary 10110000 11011100 1101000 10100 0 110101 1110 1010011 111110 1000000

Color Harmonies of #B0DC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC68

Black with #B0DC68

Text Example


Text Example

White with #B0DC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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