Html Css Color HEX #B2C02D Bahia

📋 copy color: '#B2C02D'

red 178 ◦ green 192 ◦ blue 45

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

Shades of Bahia #B2C02D

Tints of Bahia #B2C02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.84%

R = 42.89%
G = 46.27%
B = 10.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#B2C02D (or 0xB2C02D) is known color: Bahia. HEX triplet: B2, C0 and 2D. RGB value is (178,192,45). Sum of RGB (Red+Green+Blue) = 178+192+45=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C02D is #4D3FD2. Grayscale: #ABABAB. Windows color (decimal): -5062611 or 2998450. OLE color: 2998450.

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

Color convert

RGB 178 192 45 -
CMYK 0.07 0 0.77 0.25
HSL 65.71º 0.62% 0.46% -
HSV(B) 65.71º 0.77% 0.75% -
XYZ 37.68 47.35 9.64 -
YUV 171.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 178 192 45 0.07 0 0.77 0.25 65.71 0.62 0.46
Hex B2 C0 2D 7 0 4D 19 42 3E 2E
Octal 262 300 55 7 0 115 31 102 76 56
Binary 10110010 11000000 101101 111 0 1001101 11001 1000010 111110 101110

Color Harmonies of #B2C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C02D

Black with #B2C02D

Text Example


Text Example

White with #B2C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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