#00BE53

Color #00BE53 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #00BE53

Tints of Pigment Green #00BE53

Color information

#00BE53 (or 0x00BE53) is unknown color: approx Pigment Green. HEX triplet: 00, BE and 53. RGB value is (0,190,83). Sum of RGB (Red+Green+Blue) = 0+190+83=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE53 is #FF41AC. Grayscale: #797979. Windows color (decimal): -16728493 or 5488128. OLE color: 5488128.

HSL color Cylindrical-coordinate representation of color #00BE53: hue angle of 146.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE53 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB019083-
CMYK100.560.25
HSL146.21º100%37.25%-
HSV(B)146.21º100%74.51%-
XYZ19.9737.4514.36-
YUV120.99106.5541.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 190 (74.61% from 255) = 69.60%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=0%
G=69.60%
B=30.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal019083100.560.25146.2110037.25
Hex0BE536403819926425
Octal02761231440703122214445
Binary01011111010100111100100011100011001100100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BE53; }

 p { color: rgb(0,190,83); }

 H1.HeaderClassName
 {
   color: #00BE53;
 }
 .AnyTagClassName
 {
   color: #00BE53;
 }
</style>
background-color css

<style>
 a { background-color: #00BE53; }

 a { background-color: rgb(0,190,83); }

 div.DivClassName
 {
   background-color: #00BE53;
 }
 .BgClassName
 {
   background-color: #00BE53;
 }
</style>
border-color css

<style>
 span { border-color: #00BE53; }

 span { border-color: rgb(0,190,83); }

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