Html Css Color HEX #B8C323 Rio Grande

📋 copy color: '#B8C323'

red 184 ◦ green 195 ◦ blue 35

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

Shades of Rio Grande #B8C323

Tints of Rio Grande #B8C323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.45%

R = 44.44%
G = 47.1%
B = 8.45%

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

#B8C323 (or 0xB8C323) is known color: Rio Grande. HEX triplet: B8, C3 and 23. RGB value is (184,195,35). Sum of RGB (Red+Green+Blue) = 184+195+35=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C323 is #473CDC. Grayscale: #AEAEAE. Windows color (decimal): -4668637 or 2343864. OLE color: 2343864.

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

Color convert

RGB 184 195 35 -
CMYK 0.06 0 0.82 0.24
HSL 64.13º 0.7% 0.45% -
HSV(B) 64.13º 0.82% 0.76% -
XYZ 39.59 49.34 9.03 -
YUV 173.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 184 195 35 0.06 0 0.82 0.24 64.13 0.7 0.45
Hex B8 C3 23 6 0 52 18 40 46 2D
Octal 270 303 43 6 0 122 30 100 106 55
Binary 10111000 11000011 100011 110 0 1010010 11000 1000000 1000110 101101

Color Harmonies of #B8C323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C323

Black with #B8C323

Text Example


Text Example

White with #B8C323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C323; }

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

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

background-color css

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

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

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

border-color css

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

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

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