Html Css Color HEX #0BBA44 Dark Pastel Green

📋 copy color: '#0BBA44'

red 11 ◦ green 186 ◦ blue 68

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

Shades of Dark Pastel Green #0BBA44

Tints of Dark Pastel Green #0BBA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 4.15%
G = 70.19%
B = 25.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#0BBA44 (or 0x0BBA44) is known color: Dark Pastel Green. HEX triplet: 0B, BA and 44. RGB value is (11,186,68). Sum of RGB (Red+Green+Blue) = 11+186+68=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBA44 is #F445BB. Grayscale: #787878. Windows color (decimal): -16008636 or 4504075. OLE color: 4504075.

HSL color Cylindrical-coordinate representation of color #0BBA44: hue angle of 139.54º 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 #0BBA44 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 186 68 -
CMYK 0.94 0 0.63 0.27
HSL 139.54º 0.89% 0.39% -
HSV(B) 139.54º 0.94% 0.73% -
XYZ 18.74 35.61 11.35 -
YUV 120.22 98.52 50.09 -
System Red Green Blue C M Y K H S L
Decimal 11 186 68 0.94 0 0.63 0.27 139.54 0.89 0.39
Hex B BA 44 5E 0 3F 1B 8C 59 27
Octal 13 272 104 136 0 77 33 214 131 47
Binary 1011 10111010 1000100 1011110 0 111111 11011 10001100 1011001 100111

Color Harmonies of #0BBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA44

Black with #0BBA44

Text Example


Text Example

White with #0BBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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