Html Css Color HEX #B0EA4C Conifer

📋 copy color: '#B0EA4C'

red 176 ◦ green 234 ◦ blue 76

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

Shades of Conifer #B0EA4C

Tints of Conifer #B0EA4C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.15%

 BLUE value IS 76 (30.08% from 255) = 15.64%

R = 36.21%
G = 48.15%
B = 15.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#B0EA4C (or 0xB0EA4C) is known color: Conifer. HEX triplet: B0, EA and 4C. RGB value is (176,234,76). Sum of RGB (Red+Green+Blue) = 176+234+76=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA4C is #4F15B3. Grayscale: #C7C7C7. Windows color (decimal): -5182900 or 5040816. OLE color: 5040816.

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

Color convert

RGB 176 234 76 -
CMYK 0.25 0 0.68 0.08
HSL 82.03º 0.79% 0.61% -
HSV(B) 82.03º 0.68% 0.92% -
XYZ 48.63 68.6 17.51 -
YUV 198.65 58.78 111.85 -
System Red Green Blue C M Y K H S L
Decimal 176 234 76 0.25 0 0.68 0.08 82.03 0.79 0.61
Hex B0 EA 4C 19 0 44 8 52 4F 3D
Octal 260 352 114 31 0 104 10 122 117 75
Binary 10110000 11101010 1001100 11001 0 1000100 1000 1010010 1001111 111101

Color Harmonies of #B0EA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA4C

Black with #B0EA4C

Text Example


Text Example

White with #B0EA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA4C; }

 p { color: rgb(176,234,76); }

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

background-color css

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

 a { background-color: rgb(176,234,76); }

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

border-color css

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

 span { border-color: rgb(176,234,76); }

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