Html Css Color HEX #93B002 Citrus

📋 copy color: '#93B002'

red 147 ◦ green 176 ◦ blue 2

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

Shades of Citrus #93B002

Tints of Citrus #93B002

RGB

 RED value IS 147 (57.81% from 255) = 45.23%

 GREEN value IS 176 (69.14% from 255) = 54.15%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 45.23%
G = 54.15%
B = 0.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#93B002 (or 0x93B002) is known color: Citrus. HEX triplet: 93, B0 and 02. RGB value is (147,176,2). Sum of RGB (Red+Green+Blue) = 147+176+2=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #93B002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93B002 is #6C4FFD. Grayscale: #949494. Windows color (decimal): -7098366 or 176275. OLE color: 176275.

HSL color Cylindrical-coordinate representation of color #93B002: hue angle of 70º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93B002 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 176 2 -
CMYK 0.16 0 0.99 0.31
HSL 70º 0.98% 0.35% -
HSV(B) 70º 0.99% 0.69% -
XYZ 27.57 37.26 5.8 -
YUV 147.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 147 176 2 0.16 0 0.99 0.31 70 0.98 0.35
Hex 93 B0 2 10 0 63 1F 46 62 23
Octal 223 260 2 20 0 143 37 106 142 43
Binary 10010011 10110000 10 10000 0 1100011 11111 1000110 1100010 100011

Color Harmonies of #93B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B002

Black with #93B002

Text Example


Text Example

White with #93B002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B002; }

 p { color: rgb(147,176,2); }

 H1.HeaderClassName
 {
   color: #93B002;
 }
 .AnyTagClassName
 {
   color: #93B002;
 }
</style>

background-color css

<style>
 a { background-color: #93B002; }

 a { background-color: rgb(147,176,2); }

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

border-color css

<style>
 span { border-color: #93B002; }

 span { border-color: rgb(147,176,2); }

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