Html Css Color HEX #0BB25C Pigment Green

📋 copy color: '#0BB25C'

red 11 ◦ green 178 ◦ blue 92

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

Shades of Pigment Green #0BB25C

Tints of Pigment Green #0BB25C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.35%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 3.91%
G = 63.35%
B = 32.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#0BB25C (or 0x0BB25C) is known color: Pigment Green. HEX triplet: 0B, B2 and 5C. RGB value is (11,178,92). Sum of RGB (Red+Green+Blue) = 11+178+92=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB25C is #F44DA3. Grayscale: #767676. Windows color (decimal): -16010660 or 6074891. OLE color: 6074891.

HSL color Cylindrical-coordinate representation of color #0BB25C: hue angle of 149.1º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB25C is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 92 -
CMYK 0.94 0 0.48 0.30
HSL 149.1º 0.88% 0.37% -
HSV(B) 149.1º 0.94% 0.7% -
XYZ 17.99 32.68 15.49 -
YUV 118.26 113.17 51.49 -
System Red Green Blue C M Y K H S L
Decimal 11 178 92 0.94 0 0.48 0.30 149.1 0.88 0.37
Hex B B2 5C 5E 0 30 1E 95 58 25
Octal 13 262 134 136 0 60 36 225 130 45
Binary 1011 10110010 1011100 1011110 0 110000 11110 10010101 1011000 100101

Color Harmonies of #0BB25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB25C

Black with #0BB25C

Text Example


Text Example

White with #0BB25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,178,92); }

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

background-color css

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

 a { background-color: rgb(11,178,92); }

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

border-color css

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

 span { border-color: rgb(11,178,92); }

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