Html Css Color HEX #AFBE26 Bahia

📋 copy color: '#AFBE26'

red 175 ◦ green 190 ◦ blue 38

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

Shades of Bahia #AFBE26

Tints of Bahia #AFBE26

RGB

 RED value IS 175 (68.75% from 255) = 43.42%

 GREEN value IS 190 (74.61% from 255) = 47.15%

 BLUE value IS 38 (15.23% from 255) = 9.43%

R = 43.42%
G = 47.15%
B = 9.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#AFBE26 (or 0xAFBE26) is known color: Bahia. HEX triplet: AF, BE and 26. RGB value is (175,190,38). Sum of RGB (Red+Green+Blue) = 175+190+38=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE26 is #5041D9. Grayscale: #A8A8A8. Windows color (decimal): -5259738 or 2539183. OLE color: 2539183.

HSL color Cylindrical-coordinate representation of color #AFBE26: hue angle of 65.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFBE26 is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 38 -
CMYK 0.08 0 0.8 0.25
HSL 65.92º 0.67% 0.45% -
HSV(B) 65.92º 0.8% 0.75% -
XYZ 36.44 46.08 8.81 -
YUV 168.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 175 190 38 0.08 0 0.8 0.25 65.92 0.67 0.45
Hex AF BE 26 8 0 50 19 42 43 2D
Octal 257 276 46 10 0 120 31 102 103 55
Binary 10101111 10111110 100110 1000 0 1010000 11001 1000010 1000011 101101

Color Harmonies of #AFBE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE26

Black with #AFBE26

Text Example


Text Example

White with #AFBE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE26; }

 p { color: rgb(175,190,38); }

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

background-color css

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

 a { background-color: rgb(175,190,38); }

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

border-color css

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

 span { border-color: rgb(175,190,38); }

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