Html Css Color HEX #AFBD1A Bahia

📋 copy color: '#AFBD1A'

red 175 ◦ green 189 ◦ blue 26

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

Shades of Bahia #AFBD1A

Tints of Bahia #AFBD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.67%

R = 44.87%
G = 48.46%
B = 6.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#AFBD1A (or 0xAFBD1A) is known color: Bahia. HEX triplet: AF, BD and 1A. RGB value is (175,189,26). Sum of RGB (Red+Green+Blue) = 175+189+26=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD1A is #5042E5. Grayscale: #A6A6A6. Windows color (decimal): -5260006 or 1752495. OLE color: 1752495.

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

Color convert

RGB 175 189 26 -
CMYK 0.07 0 0.86 0.26
HSL 65.15º 0.76% 0.42% -
HSV(B) 65.15º 0.86% 0.74% -
XYZ 36.06 45.58 7.88 -
YUV 166.23 48.86 134.25 -
System Red Green Blue C M Y K H S L
Decimal 175 189 26 0.07 0 0.86 0.26 65.15 0.76 0.42
Hex AF BD 1A 7 0 56 1A 41 4C 2A
Octal 257 275 32 7 0 126 32 101 114 52
Binary 10101111 10111101 11010 111 0 1010110 11010 1000001 1001100 101010

Color Harmonies of #AFBD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD1A

Black with #AFBD1A

Text Example


Text Example

White with #AFBD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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