Html Css Color HEX #0BBC4D Dark Pastel Green

📋 copy color: '#0BBC4D'

red 11 ◦ green 188 ◦ blue 77

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

Shades of Dark Pastel Green #0BBC4D

Tints of Dark Pastel Green #0BBC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.12%

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 3.99%
G = 68.12%
B = 27.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#0BBC4D (or 0x0BBC4D) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 4D. RGB value is (11,188,77). Sum of RGB (Red+Green+Blue) = 11+188+77=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC4D is #F443B2. Grayscale: #7A7A7A. Windows color (decimal): -16008115 or 5094411. OLE color: 5094411.

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

Color convert

RGB 11 188 77 -
CMYK 0.94 0 0.59 0.26
HSL 142.37º 0.89% 0.39% -
HSV(B) 142.37º 0.94% 0.74% -
XYZ 19.46 36.57 13.05 -
YUV 122.42 102.36 48.53 -
System Red Green Blue C M Y K H S L
Decimal 11 188 77 0.94 0 0.59 0.26 142.37 0.89 0.39
Hex B BC 4D 5E 0 3B 1A 8E 59 27
Octal 13 274 115 136 0 73 32 216 131 47
Binary 1011 10111100 1001101 1011110 0 111011 11010 10001110 1011001 100111

Color Harmonies of #0BBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC4D

Black with #0BBC4D

Text Example


Text Example

White with #0BBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,77); }

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

background-color css

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

 a { background-color: rgb(11,188,77); }

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

border-color css

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

 span { border-color: rgb(11,188,77); }

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