Html Css Color HEX #0BC256 Malachite

📋 copy color: '#0BC256'

red 11 ◦ green 194 ◦ blue 86

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

Shades of Malachite #0BC256

Tints of Malachite #0BC256

RGB

 RED value IS 11 (4.69% from 255) = 3.78%

 GREEN value IS 194 (76.17% from 255) = 66.67%

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 3.78%
G = 66.67%
B = 29.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#0BC256 (or 0x0BC256) is known color: Malachite. HEX triplet: 0B, C2 and 56. RGB value is (11,194,86). Sum of RGB (Red+Green+Blue) = 11+194+86=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 194 (76.17% from 255 or 66.67% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC256 is #F43DA9. Grayscale: #7F7F7F. Windows color (decimal): -16006570 or 5685771. OLE color: 5685771.

HSL color Cylindrical-coordinate representation of color #0BC256: hue angle of 144.59º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC256 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 194 86 -
CMYK 0.94 0 0.56 0.24
HSL 144.59º 0.89% 0.4% -
HSV(B) 144.59º 0.94% 0.76% -
XYZ 21.11 39.33 15.28 -
YUV 126.97 104.87 45.28 -
System Red Green Blue C M Y K H S L
Decimal 11 194 86 0.94 0 0.56 0.24 144.59 0.89 0.4
Hex B C2 56 5E 0 38 18 91 59 28
Octal 13 302 126 136 0 70 30 221 131 50
Binary 1011 11000010 1010110 1011110 0 111000 11000 10010001 1011001 101000

Color Harmonies of #0BC256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC256

Black with #0BC256

Text Example


Text Example

White with #0BC256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BC256; }

 p { color: rgb(11,194,86); }

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

background-color css

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

 a { background-color: rgb(11,194,86); }

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

border-color css

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

 span { border-color: rgb(11,194,86); }

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