Html Css Color HEX #93B00D Citrus

📋 copy color: '#93B00D'

red 147 ◦ green 176 ◦ blue 13

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

Shades of Citrus #93B00D

Tints of Citrus #93B00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 43.75%
G = 52.38%
B = 3.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#93B00D (or 0x93B00D) is known color: Citrus. HEX triplet: 93, B0 and 0D. RGB value is (147,176,13). Sum of RGB (Red+Green+Blue) = 147+176+13=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #93B00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93B00D is #6C4FF2. Grayscale: #959595. Windows color (decimal): -7098355 or 897171. OLE color: 897171.

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

Color convert

RGB 147 176 13 -
CMYK 0.16 0 0.93 0.31
HSL 70.67º 0.86% 0.37% -
HSV(B) 70.67º 0.93% 0.69% -
XYZ 27.63 37.28 6.12 -
YUV 148.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 147 176 13 0.16 0 0.93 0.31 70.67 0.86 0.37
Hex 93 B0 D 10 0 5D 1F 47 56 25
Octal 223 260 15 20 0 135 37 107 126 45
Binary 10010011 10110000 1101 10000 0 1011101 11111 1000111 1010110 100101

Color Harmonies of #93B00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B00D

Black with #93B00D

Text Example


Text Example

White with #93B00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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