Html Css Color HEX #ADCB19 Bahia

📋 copy color: '#ADCB19'

red 173 ◦ green 203 ◦ blue 25

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

Shades of Bahia #ADCB19

Tints of Bahia #ADCB19

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.62%

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 43.14%
G = 50.62%
B = 6.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#ADCB19 (or 0xADCB19) is known color: Bahia. HEX triplet: AD, CB and 19. RGB value is (173,203,25). Sum of RGB (Red+Green+Blue) = 173+203+25=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB19 is #5234E6. Grayscale: #AEAEAE. Windows color (decimal): -5387495 or 1690541. OLE color: 1690541.

HSL color Cylindrical-coordinate representation of color #ADCB19: hue angle of 70.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADCB19 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 25 -
CMYK 0.15 0 0.88 0.20
HSL 70.11º 0.78% 0.45% -
HSV(B) 70.11º 0.88% 0.8% -
XYZ 38.76 51.67 8.85 -
YUV 173.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 173 203 25 0.15 0 0.88 0.20 70.11 0.78 0.45
Hex AD CB 19 F 0 58 14 46 4E 2D
Octal 255 313 31 17 0 130 24 106 116 55
Binary 10101101 11001011 11001 1111 0 1011000 10100 1000110 1001110 101101

Color Harmonies of #ADCB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB19

Black with #ADCB19

Text Example


Text Example

White with #ADCB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB19; }

 p { color: rgb(173,203,25); }

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

background-color css

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

 a { background-color: rgb(173,203,25); }

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

border-color css

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

 span { border-color: rgb(173,203,25); }

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