Html Css Color HEX #B2C02A Bahia

📋 copy color: '#B2C02A'

red 178 ◦ green 192 ◦ blue 42

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

Shades of Bahia #B2C02A

Tints of Bahia #B2C02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

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

R = 43.2%
G = 46.6%
B = 10.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#B2C02A (or 0xB2C02A) is known color: Bahia. HEX triplet: B2, C0 and 2A. RGB value is (178,192,42). Sum of RGB (Red+Green+Blue) = 178+192+42=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C02A is #4D3FD5. Grayscale: #ABABAB. Windows color (decimal): -5062614 or 2801842. OLE color: 2801842.

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

Color convert

RGB 178 192 42 -
CMYK 0.07 0 0.78 0.25
HSL 65.6º 0.64% 0.46% -
HSV(B) 65.6º 0.78% 0.75% -
XYZ 37.63 47.33 9.34 -
YUV 170.71 55.36 133.2 -
System Red Green Blue C M Y K H S L
Decimal 178 192 42 0.07 0 0.78 0.25 65.6 0.64 0.46
Hex B2 C0 2A 7 0 4E 19 42 40 2E
Octal 262 300 52 7 0 116 31 102 100 56
Binary 10110010 11000000 101010 111 0 1001110 11001 1000010 1000000 101110

Color Harmonies of #B2C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C02A

Black with #B2C02A

Text Example


Text Example

White with #B2C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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