Html Css Color HEX #0BB81B Dark Pastel Green

📋 copy color: '#0BB81B'

red 11 ◦ green 184 ◦ blue 27

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

Shades of Dark Pastel Green #0BB81B

Tints of Dark Pastel Green #0BB81B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 82.88%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 4.95%
G = 82.88%
B = 12.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#0BB81B (or 0x0BB81B) is known color: Dark Pastel Green. HEX triplet: 0B, B8 and 1B. RGB value is (11,184,27). Sum of RGB (Red+Green+Blue) = 11+184+27=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 184 (72.27% from 255 or 82.88% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB81B is #F447E4. Grayscale: #727272. Windows color (decimal): -16009189 or 1816587. OLE color: 1816587.

HSL color Cylindrical-coordinate representation of color #0BB81B: hue angle of 125.55º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB81B is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 184 27 -
CMYK 0.94 0 0.85 0.28
HSL 125.55º 0.89% 0.38% -
HSV(B) 125.55º 0.94% 0.72% -
XYZ 17.48 34.43 6.76 -
YUV 114.38 78.69 54.27 -
System Red Green Blue C M Y K H S L
Decimal 11 184 27 0.94 0 0.85 0.28 125.55 0.89 0.38
Hex B B8 1B 5E 0 55 1C 7E 59 26
Octal 13 270 33 136 0 125 34 176 131 46
Binary 1011 10111000 11011 1011110 0 1010101 11100 1111110 1011001 100110

Color Harmonies of #0BB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB81B

Black with #0BB81B

Text Example


Text Example

White with #0BB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,184,27); }

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

background-color css

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

 a { background-color: rgb(11,184,27); }

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

border-color css

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

 span { border-color: rgb(11,184,27); }

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