Html Css Color HEX #AFBD1E Bahia

📋 copy color: '#AFBD1E'

red 175 ◦ green 189 ◦ blue 30

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

Shades of Bahia #AFBD1E

Tints of Bahia #AFBD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.61%

R = 44.42%
G = 47.97%
B = 7.61%

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

#AFBD1E (or 0xAFBD1E) is known color: Bahia. HEX triplet: AF, BD and 1E. RGB value is (175,189,30). Sum of RGB (Red+Green+Blue) = 175+189+30=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD1E is #5042E1. Grayscale: #A7A7A7. Windows color (decimal): -5260002 or 2014639. OLE color: 2014639.

HSL color Cylindrical-coordinate representation of color #AFBD1E: hue angle of 65.28º degrees, saturation: 0.73, 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 #AFBD1E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 30 -
CMYK 0.07 0 0.84 0.26
HSL 65.28º 0.73% 0.43% -
HSV(B) 65.28º 0.84% 0.74% -
XYZ 36.11 45.6 8.13 -
YUV 166.69 50.86 133.93 -
System Red Green Blue C M Y K H S L
Decimal 175 189 30 0.07 0 0.84 0.26 65.28 0.73 0.43
Hex AF BD 1E 7 0 54 1A 41 49 2B
Octal 257 275 36 7 0 124 32 101 111 53
Binary 10101111 10111101 11110 111 0 1010100 11010 1000001 1001001 101011

Color Harmonies of #AFBD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD1E

Black with #AFBD1E

Text Example


Text Example

White with #AFBD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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