Html Css Color HEX #B0C92E Bahia

📋 copy color: '#B0C92E'

red 176 ◦ green 201 ◦ blue 46

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

Shades of Bahia #B0C92E

Tints of Bahia #B0C92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 41.61%
G = 47.52%
B = 10.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#B0C92E (or 0xB0C92E) is known color: Bahia. HEX triplet: B0, C9 and 2E. RGB value is (176,201,46). Sum of RGB (Red+Green+Blue) = 176+201+46=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C92E is #4F36D1. Grayscale: #B0B0B0. Windows color (decimal): -5191378 or 3066288. OLE color: 3066288.

HSL color Cylindrical-coordinate representation of color #B0C92E: hue angle of 69.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0C92E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 46 -
CMYK 0.12 0 0.77 0.21
HSL 69.68º 0.63% 0.48% -
HSV(B) 69.68º 0.77% 0.79% -
XYZ 39.28 51.2 10.4 -
YUV 175.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 176 201 46 0.12 0 0.77 0.21 69.68 0.63 0.48
Hex B0 C9 2E C 0 4D 15 46 3F 30
Octal 260 311 56 14 0 115 25 106 77 60
Binary 10110000 11001001 101110 1100 0 1001101 10101 1000110 111111 110000

Color Harmonies of #B0C92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C92E

Black with #B0C92E

Text Example


Text Example

White with #B0C92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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