Html Css Color HEX #B0E05D Conifer

📋 copy color: '#B0E05D'

red 176 ◦ green 224 ◦ blue 93

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

Shades of Conifer #B0E05D

Tints of Conifer #B0E05D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.44%

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

R = 35.7%
G = 45.44%
B = 18.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#B0E05D (or 0xB0E05D) is known color: Conifer. HEX triplet: B0, E0 and 5D. RGB value is (176,224,93). Sum of RGB (Red+Green+Blue) = 176+224+93=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E05D is #4F1FA2. Grayscale: #C3C3C3. Windows color (decimal): -5185443 or 6152368. OLE color: 6152368.

HSL color Cylindrical-coordinate representation of color #B0E05D: hue angle of 81.98º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0E05D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 93 -
CMYK 0.21 0 0.58 0.12
HSL 81.98º 0.68% 0.62% -
HSV(B) 81.98º 0.58% 0.88% -
XYZ 46.54 63.33 20.13 -
YUV 194.71 70.6 114.65 -
System Red Green Blue C M Y K H S L
Decimal 176 224 93 0.21 0 0.58 0.12 81.98 0.68 0.62
Hex B0 E0 5D 15 0 3A C 52 44 3E
Octal 260 340 135 25 0 72 14 122 104 76
Binary 10110000 11100000 1011101 10101 0 111010 1100 1010010 1000100 111110

Color Harmonies of #B0E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E05D

Black with #B0E05D

Text Example


Text Example

White with #B0E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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