Html Css Color HEX #B0D15D Conifer

📋 copy color: '#B0D15D'

red 176 ◦ green 209 ◦ blue 93

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

Shades of Conifer #B0D15D

Tints of Conifer #B0D15D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.72%

 BLUE value IS 93 (36.72% from 255) = 19.46%

R = 36.82%
G = 43.72%
B = 19.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#B0D15D (or 0xB0D15D) is known color: Conifer. HEX triplet: B0, D1 and 5D. RGB value is (176,209,93). Sum of RGB (Red+Green+Blue) = 176+209+93=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D15D is #4F2EA2. Grayscale: #BABABA. Windows color (decimal): -5189283 or 6148528. OLE color: 6148528.

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

Color convert

RGB 176 209 93 -
CMYK 0.16 0 0.56 0.18
HSL 77.07º 0.56% 0.59% -
HSV(B) 77.07º 0.56% 0.82% -
XYZ 42.68 55.62 18.84 -
YUV 185.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 176 209 93 0.16 0 0.56 0.18 77.07 0.56 0.59
Hex B0 D1 5D 10 0 38 12 4D 38 3B
Octal 260 321 135 20 0 70 22 115 70 73
Binary 10110000 11010001 1011101 10000 0 111000 10010 1001101 111000 111011

Color Harmonies of #B0D15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D15D

Black with #B0D15D

Text Example


Text Example

White with #B0D15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D15D; }

 p { color: rgb(176,209,93); }

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

background-color css

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

 a { background-color: rgb(176,209,93); }

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

border-color css

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

 span { border-color: rgb(176,209,93); }

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