Html Css Color HEX #A4CF21 Bahia

📋 copy color: '#A4CF21'

red 164 ◦ green 207 ◦ blue 33

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

Shades of Bahia #A4CF21

Tints of Bahia #A4CF21

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

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

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 40.59%
G = 51.24%
B = 8.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#A4CF21 (or 0xA4CF21) is known color: Bahia. HEX triplet: A4, CF and 21. RGB value is (164,207,33). Sum of RGB (Red+Green+Blue) = 164+207+33=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF21 is #5B30DE. Grayscale: #AEAEAE. Windows color (decimal): -5976287 or 2215844. OLE color: 2215844.

HSL color Cylindrical-coordinate representation of color #A4CF21: hue angle of 74.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4CF21 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 33 -
CMYK 0.21 0 0.84 0.19
HSL 74.83º 0.73% 0.47% -
HSV(B) 74.83º 0.84% 0.81% -
XYZ 37.9 52.63 9.6 -
YUV 174.31 48.25 120.65 -
System Red Green Blue C M Y K H S L
Decimal 164 207 33 0.21 0 0.84 0.19 74.83 0.73 0.47
Hex A4 CF 21 15 0 54 13 4B 48 2F
Octal 244 317 41 25 0 124 23 113 110 57
Binary 10100100 11001111 100001 10101 0 1010100 10011 1001011 1001000 101111

Color Harmonies of #A4CF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF21

Black with #A4CF21

Text Example


Text Example

White with #A4CF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF21; }

 p { color: rgb(164,207,33); }

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

background-color css

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

 a { background-color: rgb(164,207,33); }

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

border-color css

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

 span { border-color: rgb(164,207,33); }

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