Html Css Color HEX #B2C131 Bahia

📋 copy color: '#B2C131'

red 178 ◦ green 193 ◦ blue 49

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

Shades of Bahia #B2C131

Tints of Bahia #B2C131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.95%

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

R = 42.38%
G = 45.95%
B = 11.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#B2C131 (or 0xB2C131) is known color: Bahia. HEX triplet: B2, C1 and 31. RGB value is (178,193,49). Sum of RGB (Red+Green+Blue) = 178+193+49=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C131 is #4D3ECE. Grayscale: #ACACAC. Windows color (decimal): -5062351 or 3260850. OLE color: 3260850.

HSL color Cylindrical-coordinate representation of color #B2C131: hue angle of 66.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2C131 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 49 -
CMYK 0.08 0 0.75 0.24
HSL 66.25º 0.6% 0.47% -
HSV(B) 66.25º 0.75% 0.76% -
XYZ 37.98 47.83 10.14 -
YUV 172.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 178 193 49 0.08 0 0.75 0.24 66.25 0.6 0.47
Hex B2 C1 31 8 0 4B 18 42 3C 2F
Octal 262 301 61 10 0 113 30 102 74 57
Binary 10110010 11000001 110001 1000 0 1001011 11000 1000010 111100 101111

Color Harmonies of #B2C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C131

Black with #B2C131

Text Example


Text Example

White with #B2C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C131; }

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

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

background-color css

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

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

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

border-color css

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

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

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