Html Css Color HEX #AFBD2A Bahia

📋 copy color: '#AFBD2A'

red 175 ◦ green 189 ◦ blue 42

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

Shades of Bahia #AFBD2A

Tints of Bahia #AFBD2A

RGB

 RED value IS 175 (68.75% from 255) = 43.1%

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

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 43.1%
G = 46.55%
B = 10.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#AFBD2A (or 0xAFBD2A) is known color: Bahia. HEX triplet: AF, BD and 2A. RGB value is (175,189,42). Sum of RGB (Red+Green+Blue) = 175+189+42=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD2A is #5042D5. Grayscale: #A8A8A8. Windows color (decimal): -5259990 or 2801071. OLE color: 2801071.

HSL color Cylindrical-coordinate representation of color #AFBD2A: hue angle of 65.71º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFBD2A is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 42 -
CMYK 0.07 0 0.78 0.26
HSL 65.71º 0.64% 0.45% -
HSV(B) 65.71º 0.78% 0.74% -
XYZ 36.29 45.68 9.09 -
YUV 168.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 175 189 42 0.07 0 0.78 0.26 65.71 0.64 0.45
Hex AF BD 2A 7 0 4E 1A 42 40 2D
Octal 257 275 52 7 0 116 32 102 100 55
Binary 10101111 10111101 101010 111 0 1001110 11010 1000010 1000000 101101

Color Harmonies of #AFBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD2A

Black with #AFBD2A

Text Example


Text Example

White with #AFBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD2A; }

 p { color: rgb(175,189,42); }

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

background-color css

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

 a { background-color: rgb(175,189,42); }

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

border-color css

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

 span { border-color: rgb(175,189,42); }

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