Html Css Color HEX #A7BD04 Citrus

📋 copy color: '#A7BD04'

red 167 ◦ green 189 ◦ blue 4

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

Shades of Citrus #A7BD04

Tints of Citrus #A7BD04

RGB

 RED value IS 167 (65.63% from 255) = 46.39%

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 46.39%
G = 52.5%
B = 1.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A7BD04 (or 0xA7BD04) is known color: Citrus. HEX triplet: A7, BD and 04. RGB value is (167,189,4). Sum of RGB (Red+Green+Blue) = 167+189+4=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BD04 is #5842FB. Grayscale: #A2A2A2. Windows color (decimal): -5784316 or 310695. OLE color: 310695.

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

Color convert

RGB 167 189 4 -
CMYK 0.12 0 0.98 0.26
HSL 67.14º 0.96% 0.38% -
HSV(B) 67.14º 0.98% 0.74% -
XYZ 34.16 44.62 6.93 -
YUV 161.33 39.21 132.04 -
System Red Green Blue C M Y K H S L
Decimal 167 189 4 0.12 0 0.98 0.26 67.14 0.96 0.38
Hex A7 BD 4 C 0 62 1A 43 60 26
Octal 247 275 4 14 0 142 32 103 140 46
Binary 10100111 10111101 100 1100 0 1100010 11010 1000011 1100000 100110

Color Harmonies of #A7BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD04

Black with #A7BD04

Text Example


Text Example

White with #A7BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD04; }

 p { color: rgb(167,189,4); }

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

background-color css

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

 a { background-color: rgb(167,189,4); }

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

border-color css

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

 span { border-color: rgb(167,189,4); }

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