Html Css Color HEX #B8C324 Rio Grande

📋 copy color: '#B8C324'

red 184 ◦ green 195 ◦ blue 36

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

Shades of Rio Grande #B8C324

Tints of Rio Grande #B8C324

RGB

 RED value IS 184 (72.27% from 255) = 44.34%

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

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

R = 44.34%
G = 46.99%
B = 8.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#B8C324 (or 0xB8C324) is known color: Rio Grande. HEX triplet: B8, C3 and 24. RGB value is (184,195,36). Sum of RGB (Red+Green+Blue) = 184+195+36=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C324 is #473CDB. Grayscale: #AEAEAE. Windows color (decimal): -4668636 or 2409400. OLE color: 2409400.

HSL color Cylindrical-coordinate representation of color #B8C324: hue angle of 64.15º 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 #B8C324 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 36 -
CMYK 0.06 0 0.82 0.24
HSL 64.15º 0.69% 0.45% -
HSV(B) 64.15º 0.82% 0.76% -
XYZ 39.6 49.35 9.11 -
YUV 173.59 50.36 135.43 -
System Red Green Blue C M Y K H S L
Decimal 184 195 36 0.06 0 0.82 0.24 64.15 0.69 0.45
Hex B8 C3 24 6 0 52 18 40 45 2D
Octal 270 303 44 6 0 122 30 100 105 55
Binary 10111000 11000011 100100 110 0 1010010 11000 1000000 1000101 101101

Color Harmonies of #B8C324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C324

Black with #B8C324

Text Example


Text Example

White with #B8C324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C324; }

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

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

background-color css

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

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

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

border-color css

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

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

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