Html Css Color HEX #A4B233 Bahia

📋 copy color: '#A4B233'

red 164 ◦ green 178 ◦ blue 51

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

Shades of Bahia #A4B233

Tints of Bahia #A4B233

RGB

 RED value IS 164 (64.45% from 255) = 41.73%

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 51 (20.31% from 255) = 12.98%

R = 41.73%
G = 45.29%
B = 12.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#A4B233 (or 0xA4B233) is known color: Bahia. HEX triplet: A4, B2 and 33. RGB value is (164,178,51). Sum of RGB (Red+Green+Blue) = 164+178+51=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B233 is #5B4DCC. Grayscale: #9F9F9F. Windows color (decimal): -5983693 or 3388068. OLE color: 3388068.

HSL color Cylindrical-coordinate representation of color #A4B233: hue angle of 66.61º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4B233 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 51 -
CMYK 0.08 0 0.71 0.30
HSL 66.61º 0.55% 0.45% -
HSV(B) 66.61º 0.71% 0.7% -
XYZ 31.83 39.97 9.17 -
YUV 159.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 164 178 51 0.08 0 0.71 0.30 66.61 0.55 0.45
Hex A4 B2 33 8 0 47 1E 43 37 2D
Octal 244 262 63 10 0 107 36 103 67 55
Binary 10100100 10110010 110011 1000 0 1000111 11110 1000011 110111 101101

Color Harmonies of #A4B233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B233

Black with #A4B233

Text Example


Text Example

White with #A4B233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B233; }

 p { color: rgb(164,178,51); }

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

background-color css

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

 a { background-color: rgb(164,178,51); }

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

border-color css

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

 span { border-color: rgb(164,178,51); }

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