Html Css Color HEX #AFBB1E Bahia

📋 copy color: '#AFBB1E'

red 175 ◦ green 187 ◦ blue 30

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

Shades of Bahia #AFBB1E

Tints of Bahia #AFBB1E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.7%

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

R = 44.64%
G = 47.7%
B = 7.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#AFBB1E (or 0xAFBB1E) is known color: Bahia. HEX triplet: AF, BB and 1E. RGB value is (175,187,30). Sum of RGB (Red+Green+Blue) = 175+187+30=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB1E is #5044E1. Grayscale: #A6A6A6. Windows color (decimal): -5260514 or 2014127. OLE color: 2014127.

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

Color convert

RGB 175 187 30 -
CMYK 0.06 0 0.84 0.27
HSL 64.59º 0.72% 0.43% -
HSV(B) 64.59º 0.84% 0.73% -
XYZ 35.68 44.75 7.98 -
YUV 165.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 175 187 30 0.06 0 0.84 0.27 64.59 0.72 0.43
Hex AF BB 1E 6 0 54 1B 41 48 2B
Octal 257 273 36 6 0 124 33 101 110 53
Binary 10101111 10111011 11110 110 0 1010100 11011 1000001 1001000 101011

Color Harmonies of #AFBB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB1E

Black with #AFBB1E

Text Example


Text Example

White with #AFBB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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