Html Css Color HEX #B0EC5B Conifer

📋 copy color: '#B0EC5B'

red 176 ◦ green 236 ◦ blue 91

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

Shades of Conifer #B0EC5B

Tints of Conifer #B0EC5B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.92%

 BLUE value IS 91 (35.94% from 255) = 18.09%

R = 34.99%
G = 46.92%
B = 18.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#B0EC5B (or 0xB0EC5B) is known color: Conifer. HEX triplet: B0, EC and 5B. RGB value is (176,236,91). Sum of RGB (Red+Green+Blue) = 176+236+91=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EC5B is #4F13A4. Grayscale: #CACACA. Windows color (decimal): -5182373 or 6024368. OLE color: 6024368.

HSL color Cylindrical-coordinate representation of color #B0EC5B: hue angle of 84.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0EC5B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 236 91 -
CMYK 0.25 0 0.61 0.07
HSL 84.83º 0.79% 0.64% -
HSV(B) 84.83º 0.61% 0.93% -
XYZ 49.79 69.98 20.78 -
YUV 201.53 65.62 109.79 -
System Red Green Blue C M Y K H S L
Decimal 176 236 91 0.25 0 0.61 0.07 84.83 0.79 0.64
Hex B0 EC 5B 19 0 3D 7 55 4F 40
Octal 260 354 133 31 0 75 7 125 117 100
Binary 10110000 11101100 1011011 11001 0 111101 111 1010101 1001111 1000000

Color Harmonies of #B0EC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EC5B

Black with #B0EC5B

Text Example


Text Example

White with #B0EC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EC5B; }

 p { color: rgb(176,236,91); }

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

background-color css

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

 a { background-color: rgb(176,236,91); }

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

border-color css

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

 span { border-color: rgb(176,236,91); }

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