Html Css Color HEX #A5C023 Bahia

📋 copy color: '#A5C023'

red 165 ◦ green 192 ◦ blue 35

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

Shades of Bahia #A5C023

Tints of Bahia #A5C023

RGB

 RED value IS 165 (64.84% from 255) = 42.09%

 GREEN value IS 192 (75.39% from 255) = 48.98%

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

R = 42.09%
G = 48.98%
B = 8.93%

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

#A5C023 (or 0xA5C023) is known color: Bahia. HEX triplet: A5, C0 and 23. RGB value is (165,192,35). Sum of RGB (Red+Green+Blue) = 165+192+35=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C023 is #5A3FDC. Grayscale: #A6A6A6. Windows color (decimal): -5914589 or 2343077. OLE color: 2343077.

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

Color convert

RGB 165 192 35 -
CMYK 0.14 0 0.82 0.25
HSL 70.32º 0.69% 0.45% -
HSV(B) 70.32º 0.82% 0.75% -
XYZ 34.67 45.82 8.61 -
YUV 166.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 165 192 35 0.14 0 0.82 0.25 70.32 0.69 0.45
Hex A5 C0 23 E 0 52 19 46 45 2D
Octal 245 300 43 16 0 122 31 106 105 55
Binary 10100101 11000000 100011 1110 0 1010010 11001 1000110 1000101 101101

Color Harmonies of #A5C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C023

Black with #A5C023

Text Example


Text Example

White with #A5C023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C023; }

 p { color: rgb(165,192,35); }

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

background-color css

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

 a { background-color: rgb(165,192,35); }

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

border-color css

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

 span { border-color: rgb(165,192,35); }

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