Html Css Color HEX #A4BF23 Bahia

📋 copy color: '#A4BF23'

red 164 ◦ green 191 ◦ blue 35

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

Shades of Bahia #A4BF23

Tints of Bahia #A4BF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.97%

R = 42.05%
G = 48.97%
B = 8.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#A4BF23 (or 0xA4BF23) is known color: Bahia. HEX triplet: A4, BF and 23. RGB value is (164,191,35). Sum of RGB (Red+Green+Blue) = 164+191+35=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF23 is #5B40DC. Grayscale: #A5A5A5. Windows color (decimal): -5980381 or 2342820. OLE color: 2342820.

HSL color Cylindrical-coordinate representation of color #A4BF23: hue angle of 70.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4BF23 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 35 -
CMYK 0.14 0 0.82 0.25
HSL 70.38º 0.69% 0.44% -
HSV(B) 70.38º 0.82% 0.75% -
XYZ 34.24 45.28 8.52 -
YUV 165.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 164 191 35 0.14 0 0.82 0.25 70.38 0.69 0.44
Hex A4 BF 23 E 0 52 19 46 45 2C
Octal 244 277 43 16 0 122 31 106 105 54
Binary 10100100 10111111 100011 1110 0 1010010 11001 1000110 1000101 101100

Color Harmonies of #A4BF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF23

Black with #A4BF23

Text Example


Text Example

White with #A4BF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF23; }

 p { color: rgb(164,191,35); }

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

background-color css

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

 a { background-color: rgb(164,191,35); }

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

border-color css

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

 span { border-color: rgb(164,191,35); }

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