Html Css Color HEX #B4C321 Rio Grande

📋 copy color: '#B4C321'

red 180 ◦ green 195 ◦ blue 33

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

Shades of Rio Grande #B4C321

Tints of Rio Grande #B4C321

RGB

 RED value IS 180 (70.7% from 255) = 44.12%

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

 BLUE value IS 33 (13.28% from 255) = 8.09%

R = 44.12%
G = 47.79%
B = 8.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B4C321 (or 0xB4C321) is known color: Rio Grande. HEX triplet: B4, C3 and 21. RGB value is (180,195,33). Sum of RGB (Red+Green+Blue) = 180+195+33=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C321 is #4B3CDE. Grayscale: #ACACAC. Windows color (decimal): -4930783 or 2212788. OLE color: 2212788.

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

Color convert

RGB 180 195 33 -
CMYK 0.08 0 0.83 0.24
HSL 65.56º 0.71% 0.45% -
HSV(B) 65.56º 0.83% 0.76% -
XYZ 38.61 48.84 8.83 -
YUV 172.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 180 195 33 0.08 0 0.83 0.24 65.56 0.71 0.45
Hex B4 C3 21 8 0 53 18 42 47 2D
Octal 264 303 41 10 0 123 30 102 107 55
Binary 10110100 11000011 100001 1000 0 1010011 11000 1000010 1000111 101101

Color Harmonies of #B4C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C321

Black with #B4C321

Text Example


Text Example

White with #B4C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C321; }

 p { color: rgb(180,195,33); }

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

background-color css

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

 a { background-color: rgb(180,195,33); }

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

border-color css

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

 span { border-color: rgb(180,195,33); }

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