Html Css Color HEX #ADCB25 Bahia

📋 copy color: '#ADCB25'

red 173 ◦ green 203 ◦ blue 37

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

Shades of Bahia #ADCB25

Tints of Bahia #ADCB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 41.89%
G = 49.15%
B = 8.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#ADCB25 (or 0xADCB25) is known color: Bahia. HEX triplet: AD, CB and 25. RGB value is (173,203,37). Sum of RGB (Red+Green+Blue) = 173+203+37=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB25 is #5234DA. Grayscale: #AFAFAF. Windows color (decimal): -5387483 or 2476973. OLE color: 2476973.

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

Color convert

RGB 173 203 37 -
CMYK 0.15 0 0.82 0.20
HSL 70.84º 0.69% 0.47% -
HSV(B) 70.84º 0.82% 0.8% -
XYZ 38.92 51.73 9.68 -
YUV 175.11 50.06 126.5 -
System Red Green Blue C M Y K H S L
Decimal 173 203 37 0.15 0 0.82 0.20 70.84 0.69 0.47
Hex AD CB 25 F 0 52 14 47 45 2F
Octal 255 313 45 17 0 122 24 107 105 57
Binary 10101101 11001011 100101 1111 0 1010010 10100 1000111 1000101 101111

Color Harmonies of #ADCB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB25

Black with #ADCB25

Text Example


Text Example

White with #ADCB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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