Html Css Color HEX #ADCC23 Bahia

📋 copy color: '#ADCC23'

red 173 ◦ green 204 ◦ blue 35

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

Shades of Bahia #ADCC23

Tints of Bahia #ADCC23

RGB

 RED value IS 173 (67.97% from 255) = 41.99%

 GREEN value IS 204 (80.08% from 255) = 49.51%

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

R = 41.99%
G = 49.51%
B = 8.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#ADCC23 (or 0xADCC23) is known color: Bahia. HEX triplet: AD, CC and 23. RGB value is (173,204,35). Sum of RGB (Red+Green+Blue) = 173+204+35=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC23 is #5233DC. Grayscale: #B0B0B0. Windows color (decimal): -5387229 or 2346157. OLE color: 2346157.

HSL color Cylindrical-coordinate representation of color #ADCC23: hue angle of 71.01º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADCC23 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 35 -
CMYK 0.15 0 0.83 0.2
HSL 71.01º 0.71% 0.47% -
HSV(B) 71.01º 0.83% 0.8% -
XYZ 39.13 52.19 9.6 -
YUV 175.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 173 204 35 0.15 0 0.83 0.2 71.01 0.71 0.47
Hex AD CC 23 F 0 53 14 47 47 2F
Octal 255 314 43 17 0 123 24 107 107 57
Binary 10101101 11001100 100011 1111 0 1010011 10100 1000111 1000111 101111

Color Harmonies of #ADCC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC23

Black with #ADCC23

Text Example


Text Example

White with #ADCC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC23; }

 p { color: rgb(173,204,35); }

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

background-color css

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

 a { background-color: rgb(173,204,35); }

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

border-color css

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

 span { border-color: rgb(173,204,35); }

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