Html Css Color HEX #B0C324 Bahia

📋 copy color: '#B0C324'

red 176 ◦ green 195 ◦ blue 36

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

Shades of Bahia #B0C324

Tints of Bahia #B0C324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.85%

R = 43.24%
G = 47.91%
B = 8.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#B0C324 (or 0xB0C324) is known color: Bahia. HEX triplet: B0, C3 and 24. RGB value is (176,195,36). Sum of RGB (Red+Green+Blue) = 176+195+36=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C324 is #4F3CDB. Grayscale: #ABABAB. Windows color (decimal): -5192924 or 2409392. OLE color: 2409392.

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

Color convert

RGB 176 195 36 -
CMYK 0.10 0 0.82 0.24
HSL 67.17º 0.69% 0.45% -
HSV(B) 67.17º 0.82% 0.76% -
XYZ 37.74 48.39 9.02 -
YUV 171.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 176 195 36 0.10 0 0.82 0.24 67.17 0.69 0.45
Hex B0 C3 24 A 0 52 18 43 45 2D
Octal 260 303 44 12 0 122 30 103 105 55
Binary 10110000 11000011 100100 1010 0 1010010 11000 1000011 1000101 101101

Color Harmonies of #B0C324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C324

Black with #B0C324

Text Example


Text Example

White with #B0C324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C324; }

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

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

background-color css

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

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

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

border-color css

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

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

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