Html Css Color HEX #ADCB27 Bahia

📋 copy color: '#ADCB27'

red 173 ◦ green 203 ◦ blue 39

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

Shades of Bahia #ADCB27

Tints of Bahia #ADCB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.4%

R = 41.69%
G = 48.92%
B = 9.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#ADCB27 (or 0xADCB27) is known color: Bahia. HEX triplet: AD, CB and 27. RGB value is (173,203,39). Sum of RGB (Red+Green+Blue) = 173+203+39=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB27 is #5234D8. Grayscale: #AFAFAF. Windows color (decimal): -5387481 or 2608045. OLE color: 2608045.

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

Color convert

RGB 173 203 39 -
CMYK 0.15 0 0.81 0.20
HSL 70.98º 0.68% 0.47% -
HSV(B) 70.98º 0.81% 0.8% -
XYZ 38.96 51.74 9.85 -
YUV 175.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 173 203 39 0.15 0 0.81 0.20 70.98 0.68 0.47
Hex AD CB 27 F 0 51 14 47 44 2F
Octal 255 313 47 17 0 121 24 107 104 57
Binary 10101101 11001011 100111 1111 0 1010001 10100 1000111 1000100 101111

Color Harmonies of #ADCB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB27

Black with #ADCB27

Text Example


Text Example

White with #ADCB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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