Html Css Color HEX #B2C531 Bahia

📋 copy color: '#B2C531'

red 178 ◦ green 197 ◦ blue 49

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

Shades of Bahia #B2C531

Tints of Bahia #B2C531

RGB

 RED value IS 178 (69.92% from 255) = 41.98%

 GREEN value IS 197 (77.34% from 255) = 46.46%

 BLUE value IS 49 (19.53% from 255) = 11.56%

R = 41.98%
G = 46.46%
B = 11.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#B2C531 (or 0xB2C531) is known color: Bahia. HEX triplet: B2, C5 and 31. RGB value is (178,197,49). Sum of RGB (Red+Green+Blue) = 178+197+49=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C531 is #4D3ACE. Grayscale: #AFAFAF. Windows color (decimal): -5061327 or 3261874. OLE color: 3261874.

HSL color Cylindrical-coordinate representation of color #B2C531: hue angle of 67.7º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2C531 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 49 -
CMYK 0.10 0 0.75 0.23
HSL 67.7º 0.6% 0.48% -
HSV(B) 67.7º 0.75% 0.77% -
XYZ 38.88 49.62 10.43 -
YUV 174.45 57.21 130.53 -
System Red Green Blue C M Y K H S L
Decimal 178 197 49 0.10 0 0.75 0.23 67.7 0.6 0.48
Hex B2 C5 31 A 0 4B 17 44 3C 30
Octal 262 305 61 12 0 113 27 104 74 60
Binary 10110010 11000101 110001 1010 0 1001011 10111 1000100 111100 110000

Color Harmonies of #B2C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C531

Black with #B2C531

Text Example


Text Example

White with #B2C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C531; }

 p { color: rgb(178,197,49); }

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

background-color css

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

 a { background-color: rgb(178,197,49); }

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

border-color css

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

 span { border-color: rgb(178,197,49); }

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