Html Css Color HEX #B4C121 Rio Grande

📋 copy color: '#B4C121'

red 180 ◦ green 193 ◦ blue 33

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

Shades of Rio Grande #B4C121

Tints of Rio Grande #B4C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

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

R = 44.33%
G = 47.54%
B = 8.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B4C121 (or 0xB4C121) is known color: Rio Grande. HEX triplet: B4, C1 and 21. RGB value is (180,193,33). Sum of RGB (Red+Green+Blue) = 180+193+33=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C121 is #4B3EDE. Grayscale: #ABABAB. Windows color (decimal): -4931295 or 2212276. OLE color: 2212276.

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

Color convert

RGB 180 193 33 -
CMYK 0.07 0 0.83 0.24
HSL 64.88º 0.71% 0.44% -
HSV(B) 64.88º 0.83% 0.76% -
XYZ 38.17 47.95 8.68 -
YUV 170.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 180 193 33 0.07 0 0.83 0.24 64.88 0.71 0.44
Hex B4 C1 21 7 0 53 18 41 47 2C
Octal 264 301 41 7 0 123 30 101 107 54
Binary 10110100 11000001 100001 111 0 1010011 11000 1000001 1000111 101100

Color Harmonies of #B4C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C121

Black with #B4C121

Text Example


Text Example

White with #B4C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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