Html Css Color HEX #B0C02E Bahia

📋 copy color: '#B0C02E'

red 176 ◦ green 192 ◦ blue 46

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

Shades of Bahia #B0C02E

Tints of Bahia #B0C02E

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

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

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

R = 42.51%
G = 46.38%
B = 11.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#B0C02E (or 0xB0C02E) is known color: Bahia. HEX triplet: B0, C0 and 2E. RGB value is (176,192,46). Sum of RGB (Red+Green+Blue) = 176+192+46=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C02E is #4F3FD1. Grayscale: #ABABAB. Windows color (decimal): -5193682 or 3063984. OLE color: 3063984.

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

Color convert

RGB 176 192 46 -
CMYK 0.08 0 0.76 0.25
HSL 66.58º 0.61% 0.47% -
HSV(B) 66.58º 0.76% 0.75% -
XYZ 37.25 47.13 9.72 -
YUV 170.57 57.7 131.87 -
System Red Green Blue C M Y K H S L
Decimal 176 192 46 0.08 0 0.76 0.25 66.58 0.61 0.47
Hex B0 C0 2E 8 0 4C 19 43 3D 2F
Octal 260 300 56 10 0 114 31 103 75 57
Binary 10110000 11000000 101110 1000 0 1001100 11001 1000011 111101 101111

Color Harmonies of #B0C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C02E

Black with #B0C02E

Text Example


Text Example

White with #B0C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C02E; }

 p { color: rgb(176,192,46); }

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

background-color css

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

 a { background-color: rgb(176,192,46); }

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

border-color css

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

 span { border-color: rgb(176,192,46); }

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