Html Css Color HEX #B0D060 Conifer

📋 copy color: '#B0D060'

red 176 ◦ green 208 ◦ blue 96

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

Shades of Conifer #B0D060

Tints of Conifer #B0D060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.33%

 BLUE value IS 96 (37.89% from 255) = 20%

R = 36.67%
G = 43.33%
B = 20%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#B0D060 (or 0xB0D060) is known color: Conifer. HEX triplet: B0, D0 and 60. RGB value is (176,208,96). Sum of RGB (Red+Green+Blue) = 176+208+96=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D060 is #4F2F9F. Grayscale: #BABABA. Windows color (decimal): -5189536 or 6344880. OLE color: 6344880.

HSL color Cylindrical-coordinate representation of color #B0D060: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0D060 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 96 -
CMYK 0.15 0 0.54 0.18
HSL 77.14º 0.54% 0.6% -
HSV(B) 77.14º 0.54% 0.82% -
XYZ 42.57 55.19 19.47 -
YUV 185.66 77.4 121.11 -
System Red Green Blue C M Y K H S L
Decimal 176 208 96 0.15 0 0.54 0.18 77.14 0.54 0.6
Hex B0 D0 60 F 0 36 12 4D 36 3C
Octal 260 320 140 17 0 66 22 115 66 74
Binary 10110000 11010000 1100000 1111 0 110110 10010 1001101 110110 111100

Color Harmonies of #B0D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D060

Black with #B0D060

Text Example


Text Example

White with #B0D060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D060; }

 p { color: rgb(176,208,96); }

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

background-color css

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

 a { background-color: rgb(176,208,96); }

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

border-color css

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

 span { border-color: rgb(176,208,96); }

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