Html Css Color HEX #B2C12A Bahia

📋 copy color: '#B2C12A'

red 178 ◦ green 193 ◦ blue 42

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

Shades of Bahia #B2C12A

Tints of Bahia #B2C12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 43.1%
G = 46.73%
B = 10.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#B2C12A (or 0xB2C12A) is known color: Bahia. HEX triplet: B2, C1 and 2A. RGB value is (178,193,42). Sum of RGB (Red+Green+Blue) = 178+193+42=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C12A is #4D3ED5. Grayscale: #ABABAB. Windows color (decimal): -5062358 or 2802098. OLE color: 2802098.

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

Color convert

RGB 178 193 42 -
CMYK 0.08 0 0.78 0.24
HSL 65.96º 0.64% 0.46% -
HSV(B) 65.96º 0.78% 0.76% -
XYZ 37.85 47.77 9.42 -
YUV 171.3 55.03 132.78 -
System Red Green Blue C M Y K H S L
Decimal 178 193 42 0.08 0 0.78 0.24 65.96 0.64 0.46
Hex B2 C1 2A 8 0 4E 18 42 40 2E
Octal 262 301 52 10 0 116 30 102 100 56
Binary 10110010 11000001 101010 1000 0 1001110 11000 1000010 1000000 101110

Color Harmonies of #B2C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C12A

Black with #B2C12A

Text Example


Text Example

White with #B2C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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