Html Css Color HEX #ADCB1A Bahia

📋 copy color: '#ADCB1A'

red 173 ◦ green 203 ◦ blue 26

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

Shades of Bahia #ADCB1A

Tints of Bahia #ADCB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 43.03%
G = 50.5%
B = 6.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#ADCB1A (or 0xADCB1A) is known color: Bahia. HEX triplet: AD, CB and 1A. RGB value is (173,203,26). Sum of RGB (Red+Green+Blue) = 173+203+26=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB1A is #5234E5. Grayscale: #AEAEAE. Windows color (decimal): -5387494 or 1756077. OLE color: 1756077.

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

Color convert

RGB 173 203 26 -
CMYK 0.15 0 0.87 0.20
HSL 70.17º 0.77% 0.45% -
HSV(B) 70.17º 0.87% 0.8% -
XYZ 38.78 51.67 8.91 -
YUV 173.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 173 203 26 0.15 0 0.87 0.20 70.17 0.77 0.45
Hex AD CB 1A F 0 57 14 46 4D 2D
Octal 255 313 32 17 0 127 24 106 115 55
Binary 10101101 11001011 11010 1111 0 1010111 10100 1000110 1001101 101101

Color Harmonies of #ADCB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB1A

Black with #ADCB1A

Text Example


Text Example

White with #ADCB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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