Html Css Color HEX #99BA01 Citrus

📋 copy color: '#99BA01'

red 153 ◦ green 186 ◦ blue 1

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

Shades of Citrus #99BA01

Tints of Citrus #99BA01

RGB

 RED value IS 153 (60.16% from 255) = 45%

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 45%
G = 54.71%
B = 0.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#99BA01 (or 0x99BA01) is known color: Citrus. HEX triplet: 99, BA and 01. RGB value is (153,186,1). Sum of RGB (Red+Green+Blue) = 153+186+1=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA01 is #6645FE. Grayscale: #9B9B9B. Windows color (decimal): -6702591 or 113305. OLE color: 113305.

HSL color Cylindrical-coordinate representation of color #99BA01: hue angle of 70.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99BA01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 1 -
CMYK 0.18 0 0.99 0.27
HSL 70.7º 0.99% 0.37% -
HSV(B) 70.7º 0.99% 0.73% -
XYZ 30.7 41.89 6.5 -
YUV 155.04 41.07 126.54 -
System Red Green Blue C M Y K H S L
Decimal 153 186 1 0.18 0 0.99 0.27 70.7 0.99 0.37
Hex 99 BA 1 12 0 63 1B 47 63 25
Octal 231 272 1 22 0 143 33 107 143 45
Binary 10011001 10111010 1 10010 0 1100011 11011 1000111 1100011 100101

Color Harmonies of #99BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA01

Black with #99BA01

Text Example


Text Example

White with #99BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BA01; }

 p { color: rgb(153,186,1); }

 H1.HeaderClassName
 {
   color: #99BA01;
 }
 .AnyTagClassName
 {
   color: #99BA01;
 }
</style>

background-color css

<style>
 a { background-color: #99BA01; }

 a { background-color: rgb(153,186,1); }

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

border-color css

<style>
 span { border-color: #99BA01; }

 span { border-color: rgb(153,186,1); }

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