Html Css Color HEX #ACCB27 Bahia

📋 copy color: '#ACCB27'

red 172 ◦ green 203 ◦ blue 39

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

Shades of Bahia #ACCB27

Tints of Bahia #ACCB27

RGB

 RED value IS 172 (67.58% from 255) = 41.55%

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

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

R = 41.55%
G = 49.03%
B = 9.42%

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

#ACCB27 (or 0xACCB27) is known color: Bahia. HEX triplet: AC, CB and 27. RGB value is (172,203,39). Sum of RGB (Red+Green+Blue) = 172+203+39=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB27 is #5334D8. Grayscale: #AFAFAF. Windows color (decimal): -5453017 or 2608044. OLE color: 2608044.

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

Color convert

RGB 172 203 39 -
CMYK 0.15 0 0.81 0.20
HSL 71.34º 0.68% 0.47% -
HSV(B) 71.34º 0.81% 0.8% -
XYZ 38.74 51.63 9.84 -
YUV 175.04 51.23 125.84 -
System Red Green Blue C M Y K H S L
Decimal 172 203 39 0.15 0 0.81 0.20 71.34 0.68 0.47
Hex AC CB 27 F 0 51 14 47 44 2F
Octal 254 313 47 17 0 121 24 107 104 57
Binary 10101100 11001011 100111 1111 0 1010001 10100 1000111 1000100 101111

Color Harmonies of #ACCB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB27

Black with #ACCB27

Text Example


Text Example

White with #ACCB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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