Html Css Color HEX #03BA53 Pigment Green

📋 copy color: '#03BA53'

red 3 ◦ green 186 ◦ blue 83

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

Shades of Pigment Green #03BA53

Tints of Pigment Green #03BA53

RGB

 RED value IS 3 (1.56% from 255) = 1.1%

 GREEN value IS 186 (73.05% from 255) = 68.38%

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 1.1%
G = 68.38%
B = 30.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#03BA53 (or 0x03BA53) is known color: Pigment Green. HEX triplet: 03, BA and 53. RGB value is (3,186,83). Sum of RGB (Red+Green+Blue) = 3+186+83=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA53 is #FC45AC. Grayscale: #777777. Windows color (decimal): -16532909 or 5487107. OLE color: 5487107.

HSL color Cylindrical-coordinate representation of color #03BA53: hue angle of 146.23º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA53 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 83 -
CMYK 0.98 0 0.55 0.27
HSL 146.23º 0.97% 0.37% -
HSV(B) 146.23º 0.98% 0.73% -
XYZ 19.16 35.76 14.08 -
YUV 119.54 107.37 44.88 -
System Red Green Blue C M Y K H S L
Decimal 3 186 83 0.98 0 0.55 0.27 146.23 0.97 0.37
Hex 3 BA 53 62 0 37 1B 92 61 25
Octal 3 272 123 142 0 67 33 222 141 45
Binary 11 10111010 1010011 1100010 0 110111 11011 10010010 1100001 100101

Color Harmonies of #03BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA53

Black with #03BA53

Text Example


Text Example

White with #03BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BA53; }

 p { color: rgb(3,186,83); }

 H1.HeaderClassName
 {
   color: #03BA53;
 }
 .AnyTagClassName
 {
   color: #03BA53;
 }
</style>

background-color css

<style>
 a { background-color: #03BA53; }

 a { background-color: rgb(3,186,83); }

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

border-color css

<style>
 span { border-color: #03BA53; }

 span { border-color: rgb(3,186,83); }

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