Html Css Color HEX #B0BE25 Bahia

📋 copy color: '#B0BE25'

red 176 ◦ green 190 ◦ blue 37

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

Shades of Bahia #B0BE25

Tints of Bahia #B0BE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 43.67%
G = 47.15%
B = 9.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B0BE25 (or 0xB0BE25) is known color: Bahia. HEX triplet: B0, BE and 25. RGB value is (176,190,37). Sum of RGB (Red+Green+Blue) = 176+190+37=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE25 is #4F41DA. Grayscale: #A8A8A8. Windows color (decimal): -5194203 or 2473648. OLE color: 2473648.

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

Color convert

RGB 176 190 37 -
CMYK 0.07 0 0.81 0.25
HSL 65.49º 0.67% 0.45% -
HSV(B) 65.49º 0.81% 0.75% -
XYZ 36.65 46.19 8.73 -
YUV 168.37 53.86 133.44 -
System Red Green Blue C M Y K H S L
Decimal 176 190 37 0.07 0 0.81 0.25 65.49 0.67 0.45
Hex B0 BE 25 7 0 51 19 41 43 2D
Octal 260 276 45 7 0 121 31 101 103 55
Binary 10110000 10111110 100101 111 0 1010001 11001 1000001 1000011 101101

Color Harmonies of #B0BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE25

Black with #B0BE25

Text Example


Text Example

White with #B0BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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