Html Css Color HEX #B0C631 Bahia

📋 copy color: '#B0C631'

red 176 ◦ green 198 ◦ blue 49

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

Shades of Bahia #B0C631

Tints of Bahia #B0C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.81%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 41.61%
G = 46.81%
B = 11.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#B0C631 (or 0xB0C631) is known color: Bahia. HEX triplet: B0, C6 and 31. RGB value is (176,198,49). Sum of RGB (Red+Green+Blue) = 176+198+49=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C631 is #4F39CE. Grayscale: #AFAFAF. Windows color (decimal): -5192143 or 3262128. OLE color: 3262128.

HSL color Cylindrical-coordinate representation of color #B0C631: hue angle of 68.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0C631 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 49 -
CMYK 0.11 0 0.75 0.22
HSL 68.86º 0.6% 0.48% -
HSV(B) 68.86º 0.75% 0.78% -
XYZ 38.65 49.84 10.49 -
YUV 174.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 176 198 49 0.11 0 0.75 0.22 68.86 0.6 0.48
Hex B0 C6 31 B 0 4B 16 45 3C 30
Octal 260 306 61 13 0 113 26 105 74 60
Binary 10110000 11000110 110001 1011 0 1001011 10110 1000101 111100 110000

Color Harmonies of #B0C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C631

Black with #B0C631

Text Example


Text Example

White with #B0C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C631; }

 p { color: rgb(176,198,49); }

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

background-color css

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

 a { background-color: rgb(176,198,49); }

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

border-color css

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

 span { border-color: rgb(176,198,49); }

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