Html Css Color HEX #90BA03 Citrus

📋 copy color: '#90BA03'

red 144 ◦ green 186 ◦ blue 3

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

Shades of Citrus #90BA03

Tints of Citrus #90BA03

RGB

 RED value IS 144 (56.64% from 255) = 43.24%

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 43.24%
G = 55.86%
B = 0.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#90BA03 (or 0x90BA03) is known color: Citrus. HEX triplet: 90, BA and 03. RGB value is (144,186,3). Sum of RGB (Red+Green+Blue) = 144+186+3=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA03 is #6F45FC. Grayscale: #999999. Windows color (decimal): -7292413 or 244368. OLE color: 244368.

HSL color Cylindrical-coordinate representation of color #90BA03: hue angle of 73.77º 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 #90BA03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 3 -
CMYK 0.23 0 0.98 0.27
HSL 73.77º 0.97% 0.37% -
HSV(B) 73.77º 0.98% 0.73% -
XYZ 29.08 41.05 6.48 -
YUV 152.58 43.59 121.88 -
System Red Green Blue C M Y K H S L
Decimal 144 186 3 0.23 0 0.98 0.27 73.77 0.97 0.37
Hex 90 BA 3 17 0 62 1B 4A 61 25
Octal 220 272 3 27 0 142 33 112 141 45
Binary 10010000 10111010 11 10111 0 1100010 11011 1001010 1100001 100101

Color Harmonies of #90BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA03

Black with #90BA03

Text Example


Text Example

White with #90BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BA03; }

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

 H1.HeaderClassName
 {
   color: #90BA03;
 }
 .AnyTagClassName
 {
   color: #90BA03;
 }
</style>

background-color css

<style>
 a { background-color: #90BA03; }

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

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

border-color css

<style>
 span { border-color: #90BA03; }

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

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