Html Css Color HEX #ADC02C Bahia

📋 copy color: '#ADC02C'

red 173 ◦ green 192 ◦ blue 44

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

Shades of Bahia #ADC02C

Tints of Bahia #ADC02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 42.3%
G = 46.94%
B = 10.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#ADC02C (or 0xADC02C) is known color: Bahia. HEX triplet: AD, C0 and 2C. RGB value is (173,192,44). Sum of RGB (Red+Green+Blue) = 173+192+44=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC02C is #523FD3. Grayscale: #AAAAAA. Windows color (decimal): -5390292 or 2932909. OLE color: 2932909.

HSL color Cylindrical-coordinate representation of color #ADC02C: hue angle of 67.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC02C is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 44 -
CMYK 0.10 0 0.77 0.25
HSL 67.7º 0.63% 0.46% -
HSV(B) 67.7º 0.77% 0.75% -
XYZ 36.54 46.77 9.48 -
YUV 169.45 57.21 130.53 -
System Red Green Blue C M Y K H S L
Decimal 173 192 44 0.10 0 0.77 0.25 67.7 0.63 0.46
Hex AD C0 2C A 0 4D 19 44 3F 2E
Octal 255 300 54 12 0 115 31 104 77 56
Binary 10101101 11000000 101100 1010 0 1001101 11001 1000100 111111 101110

Color Harmonies of #ADC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC02C

Black with #ADC02C

Text Example


Text Example

White with #ADC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC02C; }

 p { color: rgb(173,192,44); }

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

background-color css

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

 a { background-color: rgb(173,192,44); }

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

border-color css

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

 span { border-color: rgb(173,192,44); }

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