Html Css Color HEX #B0C326 Bahia

📋 copy color: '#B0C326'

red 176 ◦ green 195 ◦ blue 38

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

Shades of Bahia #B0C326

Tints of Bahia #B0C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.68%

 BLUE value IS 38 (15.23% from 255) = 9.29%

R = 43.03%
G = 47.68%
B = 9.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#B0C326 (or 0xB0C326) is known color: Bahia. HEX triplet: B0, C3 and 26. RGB value is (176,195,38). Sum of RGB (Red+Green+Blue) = 176+195+38=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C326 is #4F3CD9. Grayscale: #ACACAC. Windows color (decimal): -5192922 or 2540464. OLE color: 2540464.

HSL color Cylindrical-coordinate representation of color #B0C326: hue angle of 67.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0C326 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 38 -
CMYK 0.10 0 0.81 0.24
HSL 67.26º 0.67% 0.46% -
HSV(B) 67.26º 0.81% 0.76% -
XYZ 37.77 48.4 9.19 -
YUV 171.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 176 195 38 0.10 0 0.81 0.24 67.26 0.67 0.46
Hex B0 C3 26 A 0 51 18 43 43 2E
Octal 260 303 46 12 0 121 30 103 103 56
Binary 10110000 11000011 100110 1010 0 1010001 11000 1000011 1000011 101110

Color Harmonies of #B0C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C326

Black with #B0C326

Text Example


Text Example

White with #B0C326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C326; }

 p { color: rgb(176,195,38); }

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

background-color css

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

 a { background-color: rgb(176,195,38); }

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

border-color css

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

 span { border-color: rgb(176,195,38); }

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