Html Css Color HEX #B0C327 Bahia

📋 copy color: '#B0C327'

red 176 ◦ green 195 ◦ blue 39

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

Shades of Bahia #B0C327

Tints of Bahia #B0C327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.51%

R = 42.93%
G = 47.56%
B = 9.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#B0C327 (or 0xB0C327) is known color: Bahia. HEX triplet: B0, C3 and 27. RGB value is (176,195,39). Sum of RGB (Red+Green+Blue) = 176+195+39=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C327 is #4F3CD8. Grayscale: #ACACAC. Windows color (decimal): -5192921 or 2606000. OLE color: 2606000.

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

Color convert

RGB 176 195 39 -
CMYK 0.10 0 0.80 0.24
HSL 67.31º 0.67% 0.46% -
HSV(B) 67.31º 0.8% 0.76% -
XYZ 37.79 48.41 9.27 -
YUV 171.54 53.21 131.18 -
System Red Green Blue C M Y K H S L
Decimal 176 195 39 0.10 0 0.80 0.24 67.31 0.67 0.46
Hex B0 C3 27 A 0 50 18 43 43 2E
Octal 260 303 47 12 0 120 30 103 103 56
Binary 10110000 11000011 100111 1010 0 1010000 11000 1000011 1000011 101110

Color Harmonies of #B0C327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C327

Black with #B0C327

Text Example


Text Example

White with #B0C327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C327; }

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

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

background-color css

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

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

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

border-color css

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

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

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