Html Css Color HEX #0BBA42 Dark Pastel Green

📋 copy color: '#0BBA42'

red 11 ◦ green 186 ◦ blue 66

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

Shades of Dark Pastel Green #0BBA42

Tints of Dark Pastel Green #0BBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.72%

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 4.18%
G = 70.72%
B = 25.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#0BBA42 (or 0x0BBA42) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 42. RGB value is (11,186,66). Sum of RGB (Red+Green+Blue) = 11+186+66=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA42 is #F445BD. Grayscale: #787878. Windows color (decimal): -16008638 or 4373003. OLE color: 4373003.

HSL color Cylindrical-coordinate representation of color #0BBA42: hue angle of 138.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA42 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 186 66 -
CMYK 0.94 0 0.65 0.27
HSL 138.86º 0.89% 0.39% -
HSV(B) 138.86º 0.94% 0.73% -
XYZ 18.68 35.58 11.04 -
YUV 120 97.52 50.26 -
System Red Green Blue C M Y K H S L
Decimal 11 186 66 0.94 0 0.65 0.27 138.86 0.89 0.39
Hex B BA 42 5E 0 41 1B 8B 59 27
Octal 13 272 102 136 0 101 33 213 131 47
Binary 1011 10111010 1000010 1011110 0 1000001 11011 10001011 1011001 100111

Color Harmonies of #0BBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA42

Black with #0BBA42

Text Example


Text Example

White with #0BBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,186,66); }

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

background-color css

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

 a { background-color: rgb(11,186,66); }

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

border-color css

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

 span { border-color: rgb(11,186,66); }

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