Html Css Color HEX #0BBE4B Dark Pastel Green

📋 copy color: '#0BBE4B'

red 11 ◦ green 190 ◦ blue 75

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

Shades of Dark Pastel Green #0BBE4B

Tints of Dark Pastel Green #0BBE4B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 68.84%

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 3.99%
G = 68.84%
B = 27.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#0BBE4B (or 0x0BBE4B) is known color: Dark Pastel Green. HEX triplet: 0B, BE and 4B. RGB value is (11,190,75). Sum of RGB (Red+Green+Blue) = 11+190+75=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBE4B is #F441B4. Grayscale: #7B7B7B. Windows color (decimal): -16007605 or 4963851. OLE color: 4963851.

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

Color convert

RGB 11 190 75 -
CMYK 0.94 0 0.61 0.25
HSL 141.45º 0.89% 0.39% -
HSV(B) 141.45º 0.94% 0.75% -
XYZ 19.82 37.41 12.83 -
YUV 123.37 100.7 47.85 -
System Red Green Blue C M Y K H S L
Decimal 11 190 75 0.94 0 0.61 0.25 141.45 0.89 0.39
Hex B BE 4B 5E 0 3D 19 8D 59 27
Octal 13 276 113 136 0 75 31 215 131 47
Binary 1011 10111110 1001011 1011110 0 111101 11001 10001101 1011001 100111

Color Harmonies of #0BBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBE4B

Black with #0BBE4B

Text Example


Text Example

White with #0BBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,190,75); }

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

background-color css

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

 a { background-color: rgb(11,190,75); }

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

border-color css

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

 span { border-color: rgb(11,190,75); }

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