Html Css Color HEX #A7CF19 Bahia

📋 copy color: '#A7CF19'

red 167 ◦ green 207 ◦ blue 25

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

Shades of Bahia #A7CF19

Tints of Bahia #A7CF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.88%

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 41.85%
G = 51.88%
B = 6.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#A7CF19 (or 0xA7CF19) is known color: Bahia. HEX triplet: A7, CF and 19. RGB value is (167,207,25). Sum of RGB (Red+Green+Blue) = 167+207+25=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CF19 is #5830E6. Grayscale: #AEAEAE. Windows color (decimal): -5779687 or 1691559. OLE color: 1691559.

HSL color Cylindrical-coordinate representation of color #A7CF19: hue angle of 73.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7CF19 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 25 -
CMYK 0.19 0 0.88 0.19
HSL 73.19º 0.78% 0.45% -
HSV(B) 73.19º 0.88% 0.81% -
XYZ 38.42 52.91 9.11 -
YUV 174.29 43.75 122.8 -
System Red Green Blue C M Y K H S L
Decimal 167 207 25 0.19 0 0.88 0.19 73.19 0.78 0.45
Hex A7 CF 19 13 0 58 13 49 4E 2D
Octal 247 317 31 23 0 130 23 111 116 55
Binary 10100111 11001111 11001 10011 0 1011000 10011 1001001 1001110 101101

Color Harmonies of #A7CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF19

Black with #A7CF19

Text Example


Text Example

White with #A7CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF19; }

 p { color: rgb(167,207,25); }

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

background-color css

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

 a { background-color: rgb(167,207,25); }

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

border-color css

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

 span { border-color: rgb(167,207,25); }

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