Html Css Color HEX #0BBC5A Pigment Green

📋 copy color: '#0BBC5A'

red 11 ◦ green 188 ◦ blue 90

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

Shades of Pigment Green #0BBC5A

Tints of Pigment Green #0BBC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 3.81%
G = 65.05%
B = 31.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#0BBC5A (or 0x0BBC5A) is known color: Pigment Green. HEX triplet: 0B, BC and 5A. RGB value is (11,188,90). Sum of RGB (Red+Green+Blue) = 11+188+90=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC5A is #F443A5. Grayscale: #7C7C7C. Windows color (decimal): -16008102 or 5946379. OLE color: 5946379.

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

Color convert

RGB 11 188 90 -
CMYK 0.94 0 0.52 0.26
HSL 146.78º 0.89% 0.39% -
HSV(B) 146.78º 0.94% 0.74% -
XYZ 19.97 36.78 15.72 -
YUV 123.91 108.86 47.47 -
System Red Green Blue C M Y K H S L
Decimal 11 188 90 0.94 0 0.52 0.26 146.78 0.89 0.39
Hex B BC 5A 5E 0 34 1A 93 59 27
Octal 13 274 132 136 0 64 32 223 131 47
Binary 1011 10111100 1011010 1011110 0 110100 11010 10010011 1011001 100111

Color Harmonies of #0BBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC5A

Black with #0BBC5A

Text Example


Text Example

White with #0BBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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