Html Css Color HEX #AFB62F Bahia

📋 copy color: '#AFB62F'

red 175 ◦ green 182 ◦ blue 47

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

Shades of Bahia #AFB62F

Tints of Bahia #AFB62F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 43.32%
G = 45.05%
B = 11.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#AFB62F (or 0xAFB62F) is known color: Bahia. HEX triplet: AF, B6 and 2F. RGB value is (175,182,47). Sum of RGB (Red+Green+Blue) = 175+182+47=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB62F is #5049D0. Grayscale: #A5A5A5. Windows color (decimal): -5261777 or 3126959. OLE color: 3126959.

HSL color Cylindrical-coordinate representation of color #AFB62F: hue angle of 63.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFB62F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 47 -
CMYK 0.04 0 0.74 0.29
HSL 63.11º 0.59% 0.45% -
HSV(B) 63.11º 0.74% 0.71% -
XYZ 34.92 42.78 9.11 -
YUV 164.52 61.68 135.48 -
System Red Green Blue C M Y K H S L
Decimal 175 182 47 0.04 0 0.74 0.29 63.11 0.59 0.45
Hex AF B6 2F 4 0 4A 1D 3F 3B 2D
Octal 257 266 57 4 0 112 35 77 73 55
Binary 10101111 10110110 101111 100 0 1001010 11101 111111 111011 101101

Color Harmonies of #AFB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB62F

Black with #AFB62F

Text Example


Text Example

White with #AFB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB62F; }

 p { color: rgb(175,182,47); }

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

background-color css

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

 a { background-color: rgb(175,182,47); }

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

border-color css

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

 span { border-color: rgb(175,182,47); }

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