Html Css Color HEX #A9BD07 Citrus

📋 copy color: '#A9BD07'

red 169 ◦ green 189 ◦ blue 7

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

Shades of Citrus #A9BD07

Tints of Citrus #A9BD07

RGB

 RED value IS 169 (66.41% from 255) = 46.3%

 GREEN value IS 189 (74.22% from 255) = 51.78%

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 46.3%
G = 51.78%
B = 1.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A9BD07 (or 0xA9BD07) is known color: Citrus. HEX triplet: A9, BD and 07. RGB value is (169,189,7). Sum of RGB (Red+Green+Blue) = 169+189+7=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BD07 is #5642F8. Grayscale: #A2A2A2. Windows color (decimal): -5653241 or 507305. OLE color: 507305.

HSL color Cylindrical-coordinate representation of color #A9BD07: hue angle of 66.59º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9BD07 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 189 7 -
CMYK 0.11 0 0.96 0.26
HSL 66.59º 0.93% 0.38% -
HSV(B) 66.59º 0.96% 0.74% -
XYZ 34.6 44.85 7.03 -
YUV 162.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 169 189 7 0.11 0 0.96 0.26 66.59 0.93 0.38
Hex A9 BD 7 B 0 60 1A 43 5D 26
Octal 251 275 7 13 0 140 32 103 135 46
Binary 10101001 10111101 111 1011 0 1100000 11010 1000011 1011101 100110

Color Harmonies of #A9BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD07

Black with #A9BD07

Text Example


Text Example

White with #A9BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD07; }

 p { color: rgb(169,189,7); }

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

background-color css

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

 a { background-color: rgb(169,189,7); }

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

border-color css

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

 span { border-color: rgb(169,189,7); }

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