Html Css Color HEX #ADCB1B Bahia

📋 copy color: '#ADCB1B'

red 173 ◦ green 203 ◦ blue 27

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

Shades of Bahia #ADCB1B

Tints of Bahia #ADCB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.7%

R = 42.93%
G = 50.37%
B = 6.7%

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

#ADCB1B (or 0xADCB1B) is known color: Bahia. HEX triplet: AD, CB and 1B. RGB value is (173,203,27). Sum of RGB (Red+Green+Blue) = 173+203+27=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB1B is #5234E4. Grayscale: #AEAEAE. Windows color (decimal): -5387493 or 1821613. OLE color: 1821613.

HSL color Cylindrical-coordinate representation of color #ADCB1B: hue angle of 70.23º 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 #ADCB1B is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 27 -
CMYK 0.15 0 0.87 0.20
HSL 70.23º 0.77% 0.45% -
HSV(B) 70.23º 0.87% 0.8% -
XYZ 38.79 51.68 8.97 -
YUV 173.97 45.06 127.31 -
System Red Green Blue C M Y K H S L
Decimal 173 203 27 0.15 0 0.87 0.20 70.23 0.77 0.45
Hex AD CB 1B F 0 57 14 46 4D 2D
Octal 255 313 33 17 0 127 24 106 115 55
Binary 10101101 11001011 11011 1111 0 1010111 10100 1000110 1001101 101101

Color Harmonies of #ADCB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB1B

Black with #ADCB1B

Text Example


Text Example

White with #ADCB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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