Html Css Color HEX #AFBD1F Bahia

📋 copy color: '#AFBD1F'

red 175 ◦ green 189 ◦ blue 31

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

Shades of Bahia #AFBD1F

Tints of Bahia #AFBD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 44.3%
G = 47.85%
B = 7.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#AFBD1F (or 0xAFBD1F) is known color: Bahia. HEX triplet: AF, BD and 1F. RGB value is (175,189,31). Sum of RGB (Red+Green+Blue) = 175+189+31=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD1F is #5042E0. Grayscale: #A7A7A7. Windows color (decimal): -5260001 or 2080175. OLE color: 2080175.

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

Color convert

RGB 175 189 31 -
CMYK 0.07 0 0.84 0.26
HSL 65.32º 0.72% 0.43% -
HSV(B) 65.32º 0.84% 0.74% -
XYZ 36.12 45.61 8.2 -
YUV 166.8 51.36 133.85 -
System Red Green Blue C M Y K H S L
Decimal 175 189 31 0.07 0 0.84 0.26 65.32 0.72 0.43
Hex AF BD 1F 7 0 54 1A 41 48 2B
Octal 257 275 37 7 0 124 32 101 110 53
Binary 10101111 10111101 11111 111 0 1010100 11010 1000001 1001000 101011

Color Harmonies of #AFBD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD1F

Black with #AFBD1F

Text Example


Text Example

White with #AFBD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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