Html Css Color HEX #B2C12E Bahia

📋 copy color: '#B2C12E'

red 178 ◦ green 193 ◦ blue 46

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

Shades of Bahia #B2C12E

Tints of Bahia #B2C12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 42.69%
G = 46.28%
B = 11.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#B2C12E (or 0xB2C12E) is known color: Bahia. HEX triplet: B2, C1 and 2E. RGB value is (178,193,46). Sum of RGB (Red+Green+Blue) = 178+193+46=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C12E is #4D3ED1. Grayscale: #ACACAC. Windows color (decimal): -5062354 or 3064242. OLE color: 3064242.

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

Color convert

RGB 178 193 46 -
CMYK 0.08 0 0.76 0.24
HSL 66.12º 0.62% 0.47% -
HSV(B) 66.12º 0.76% 0.76% -
XYZ 37.92 47.8 9.81 -
YUV 171.76 57.03 132.45 -
System Red Green Blue C M Y K H S L
Decimal 178 193 46 0.08 0 0.76 0.24 66.12 0.62 0.47
Hex B2 C1 2E 8 0 4C 18 42 3E 2F
Octal 262 301 56 10 0 114 30 102 76 57
Binary 10110010 11000001 101110 1000 0 1001100 11000 1000010 111110 101111

Color Harmonies of #B2C12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C12E

Black with #B2C12E

Text Example


Text Example

White with #B2C12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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