Html Css Color HEX #ADC627 Bahia

📋 copy color: '#ADC627'

red 173 ◦ green 198 ◦ blue 39

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

Shades of Bahia #ADC627

Tints of Bahia #ADC627

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.29%

 BLUE value IS 39 (15.63% from 255) = 9.51%

R = 42.2%
G = 48.29%
B = 9.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#ADC627 (or 0xADC627) is known color: Bahia. HEX triplet: AD, C6 and 27. RGB value is (173,198,39). Sum of RGB (Red+Green+Blue) = 173+198+39=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC627 is #5239D8. Grayscale: #ADADAD. Windows color (decimal): -5388761 or 2606765. OLE color: 2606765.

HSL color Cylindrical-coordinate representation of color #ADC627: hue angle of 69.43º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADC627 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 39 -
CMYK 0.13 0 0.80 0.22
HSL 69.43º 0.67% 0.46% -
HSV(B) 69.43º 0.8% 0.78% -
XYZ 37.79 49.42 9.47 -
YUV 172.4 52.72 128.43 -
System Red Green Blue C M Y K H S L
Decimal 173 198 39 0.13 0 0.80 0.22 69.43 0.67 0.46
Hex AD C6 27 D 0 50 16 45 43 2E
Octal 255 306 47 15 0 120 26 105 103 56
Binary 10101101 11000110 100111 1101 0 1010000 10110 1000101 1000011 101110

Color Harmonies of #ADC627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC627

Black with #ADC627

Text Example


Text Example

White with #ADC627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC627; }

 p { color: rgb(173,198,39); }

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

background-color css

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

 a { background-color: rgb(173,198,39); }

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

border-color css

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

 span { border-color: rgb(173,198,39); }

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