Html Css Color HEX #AFBF1E Bahia

📋 copy color: '#AFBF1E'

red 175 ◦ green 191 ◦ blue 30

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

Shades of Bahia #AFBF1E

Tints of Bahia #AFBF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 48.23%

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

R = 44.19%
G = 48.23%
B = 7.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#AFBF1E (or 0xAFBF1E) is known color: Bahia. HEX triplet: AF, BF and 1E. RGB value is (175,191,30). Sum of RGB (Red+Green+Blue) = 175+191+30=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF1E is #5040E1. Grayscale: #A8A8A8. Windows color (decimal): -5259490 or 2015151. OLE color: 2015151.

HSL color Cylindrical-coordinate representation of color #AFBF1E: hue angle of 65.96º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFBF1E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 30 -
CMYK 0.08 0 0.84 0.25
HSL 65.96º 0.73% 0.43% -
HSV(B) 65.96º 0.84% 0.75% -
XYZ 36.54 46.47 8.27 -
YUV 167.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 175 191 30 0.08 0 0.84 0.25 65.96 0.73 0.43
Hex AF BF 1E 8 0 54 19 42 49 2B
Octal 257 277 36 10 0 124 31 102 111 53
Binary 10101111 10111111 11110 1000 0 1010100 11001 1000010 1001001 101011

Color Harmonies of #AFBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF1E

Black with #AFBF1E

Text Example


Text Example

White with #AFBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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