Html Css Color HEX #A8B92F Bahia

📋 copy color: '#A8B92F'

red 168 ◦ green 185 ◦ blue 47

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

Shades of Bahia #A8B92F

Tints of Bahia #A8B92F

RGB

 RED value IS 168 (66.02% from 255) = 42%

 GREEN value IS 185 (72.66% from 255) = 46.25%

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

R = 42%
G = 46.25%
B = 11.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#A8B92F (or 0xA8B92F) is known color: Bahia. HEX triplet: A8, B9 and 2F. RGB value is (168,185,47). Sum of RGB (Red+Green+Blue) = 168+185+47=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B92F is #5746D0. Grayscale: #A4A4A4. Windows color (decimal): -5719761 or 3127720. OLE color: 3127720.

HSL color Cylindrical-coordinate representation of color #A8B92F: hue angle of 67.39º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8B92F is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 47 -
CMYK 0.09 0 0.75 0.27
HSL 67.39º 0.59% 0.45% -
HSV(B) 67.39º 0.75% 0.73% -
XYZ 34.01 43.23 9.24 -
YUV 164.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 168 185 47 0.09 0 0.75 0.27 67.39 0.59 0.45
Hex A8 B9 2F 9 0 4B 1B 43 3B 2D
Octal 250 271 57 11 0 113 33 103 73 55
Binary 10101000 10111001 101111 1001 0 1001011 11011 1000011 111011 101101

Color Harmonies of #A8B92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B92F

Black with #A8B92F

Text Example


Text Example

White with #A8B92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B92F; }

 p { color: rgb(168,185,47); }

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

background-color css

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

 a { background-color: rgb(168,185,47); }

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

border-color css

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

 span { border-color: rgb(168,185,47); }

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