Html Css Color HEX #A7CA0D Bahia

📋 copy color: '#A7CA0D'

red 167 ◦ green 202 ◦ blue 13

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

Shades of Bahia #A7CA0D

Tints of Bahia #A7CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.88%

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

R = 43.72%
G = 52.88%
B = 3.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#A7CA0D (or 0xA7CA0D) is known color: Bahia. HEX triplet: A7, CA and 0D. RGB value is (167,202,13). Sum of RGB (Red+Green+Blue) = 167+202+13=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CA0D is #5835F2. Grayscale: #AAAAAA. Windows color (decimal): -5780979 or 903847. OLE color: 903847.

HSL color Cylindrical-coordinate representation of color #A7CA0D: hue angle of 71.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7CA0D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 13 -
CMYK 0.17 0 0.94 0.21
HSL 71.11º 0.88% 0.42% -
HSV(B) 71.11º 0.94% 0.79% -
XYZ 37.13 50.49 8.17 -
YUV 169.99 39.4 125.87 -
System Red Green Blue C M Y K H S L
Decimal 167 202 13 0.17 0 0.94 0.21 71.11 0.88 0.42
Hex A7 CA D 11 0 5E 15 47 58 2A
Octal 247 312 15 21 0 136 25 107 130 52
Binary 10100111 11001010 1101 10001 0 1011110 10101 1000111 1011000 101010

Color Harmonies of #A7CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA0D

Black with #A7CA0D

Text Example


Text Example

White with #A7CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA0D; }

 p { color: rgb(167,202,13); }

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

background-color css

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

 a { background-color: rgb(167,202,13); }

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

border-color css

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

 span { border-color: rgb(167,202,13); }

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