Html Css Color HEX #B0C92A Bahia

📋 copy color: '#B0C92A'

red 176 ◦ green 201 ◦ blue 42

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

Shades of Bahia #B0C92A

Tints of Bahia #B0C92A

RGB

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

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

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

R = 42%
G = 47.97%
B = 10.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#B0C92A (or 0xB0C92A) is known color: Bahia. HEX triplet: B0, C9 and 2A. RGB value is (176,201,42). Sum of RGB (Red+Green+Blue) = 176+201+42=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C92A is #4F36D5. Grayscale: #B0B0B0. Windows color (decimal): -5191382 or 2804144. OLE color: 2804144.

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

Color convert

RGB 176 201 42 -
CMYK 0.12 0 0.79 0.21
HSL 69.43º 0.65% 0.48% -
HSV(B) 69.43º 0.79% 0.79% -
XYZ 39.21 51.17 10 -
YUV 175.4 52.72 128.43 -
System Red Green Blue C M Y K H S L
Decimal 176 201 42 0.12 0 0.79 0.21 69.43 0.65 0.48
Hex B0 C9 2A C 0 4F 15 45 41 30
Octal 260 311 52 14 0 117 25 105 101 60
Binary 10110000 11001001 101010 1100 0 1001111 10101 1000101 1000001 110000

Color Harmonies of #B0C92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C92A

Black with #B0C92A

Text Example


Text Example

White with #B0C92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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