Html Css Color HEX #ADCB1D Bahia

📋 copy color: '#ADCB1D'

red 173 ◦ green 203 ◦ blue 29

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

Shades of Bahia #ADCB1D

Tints of Bahia #ADCB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 42.72%
G = 50.12%
B = 7.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#ADCB1D (or 0xADCB1D) is known color: Bahia. HEX triplet: AD, CB and 1D. RGB value is (173,203,29). Sum of RGB (Red+Green+Blue) = 173+203+29=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB1D is #5234E2. Grayscale: #AEAEAE. Windows color (decimal): -5387491 or 1952685. OLE color: 1952685.

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

Color convert

RGB 173 203 29 -
CMYK 0.15 0 0.86 0.20
HSL 70.34º 0.75% 0.45% -
HSV(B) 70.34º 0.86% 0.8% -
XYZ 38.81 51.68 9.09 -
YUV 174.19 46.06 127.15 -
System Red Green Blue C M Y K H S L
Decimal 173 203 29 0.15 0 0.86 0.20 70.34 0.75 0.45
Hex AD CB 1D F 0 56 14 46 4B 2D
Octal 255 313 35 17 0 126 24 106 113 55
Binary 10101101 11001011 11101 1111 0 1010110 10100 1000110 1001011 101101

Color Harmonies of #ADCB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB1D

Black with #ADCB1D

Text Example


Text Example

White with #ADCB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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