Html Css Color HEX #ACCB25 Bahia

📋 copy color: '#ACCB25'

red 172 ◦ green 203 ◦ blue 37

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

Shades of Bahia #ACCB25

Tints of Bahia #ACCB25

RGB

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

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

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

R = 41.75%
G = 49.27%
B = 8.98%

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

#ACCB25 (or 0xACCB25) is known color: Bahia. HEX triplet: AC, CB and 25. RGB value is (172,203,37). Sum of RGB (Red+Green+Blue) = 172+203+37=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB25 is #5334DA. Grayscale: #AFAFAF. Windows color (decimal): -5453019 or 2476972. OLE color: 2476972.

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

Color convert

RGB 172 203 37 -
CMYK 0.15 0 0.82 0.20
HSL 71.2º 0.69% 0.47% -
HSV(B) 71.2º 0.82% 0.8% -
XYZ 38.7 51.62 9.67 -
YUV 174.81 50.23 126 -
System Red Green Blue C M Y K H S L
Decimal 172 203 37 0.15 0 0.82 0.20 71.2 0.69 0.47
Hex AC CB 25 F 0 52 14 47 45 2F
Octal 254 313 45 17 0 122 24 107 105 57
Binary 10101100 11001011 100101 1111 0 1010010 10100 1000111 1000101 101111

Color Harmonies of #ACCB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB25

Black with #ACCB25

Text Example


Text Example

White with #ACCB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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