Html Css Color HEX #B0BE1A Bahia

📋 copy color: '#B0BE1A'

red 176 ◦ green 190 ◦ blue 26

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

Shades of Bahia #B0BE1A

Tints of Bahia #B0BE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.47%

 BLUE value IS 26 (10.55% from 255) = 6.63%

R = 44.9%
G = 48.47%
B = 6.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#B0BE1A (or 0xB0BE1A) is known color: Bahia. HEX triplet: B0, BE and 1A. RGB value is (176,190,26). Sum of RGB (Red+Green+Blue) = 176+190+26=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE1A is #4F41E5. Grayscale: #A7A7A7. Windows color (decimal): -5194214 or 1752752. OLE color: 1752752.

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

Color convert

RGB 176 190 26 -
CMYK 0.07 0 0.86 0.25
HSL 65.12º 0.76% 0.42% -
HSV(B) 65.12º 0.86% 0.75% -
XYZ 36.5 46.13 7.96 -
YUV 167.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 176 190 26 0.07 0 0.86 0.25 65.12 0.76 0.42
Hex B0 BE 1A 7 0 56 19 41 4C 2A
Octal 260 276 32 7 0 126 31 101 114 52
Binary 10110000 10111110 11010 111 0 1010110 11001 1000001 1001100 101010

Color Harmonies of #B0BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE1A

Black with #B0BE1A

Text Example


Text Example

White with #B0BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE1A; }

 p { color: rgb(176,190,26); }

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

background-color css

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

 a { background-color: rgb(176,190,26); }

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

border-color css

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

 span { border-color: rgb(176,190,26); }

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