Html Css Color HEX #B4BD2A Rio Grande

📋 copy color: '#B4BD2A'

red 180 ◦ green 189 ◦ blue 42

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

Shades of Rio Grande #B4BD2A

Tints of Rio Grande #B4BD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

 BLUE value IS 42 (16.8% from 255) = 10.22%

R = 43.8%
G = 45.99%
B = 10.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#B4BD2A (or 0xB4BD2A) is known color: Rio Grande. HEX triplet: B4, BD and 2A. RGB value is (180,189,42). Sum of RGB (Red+Green+Blue) = 180+189+42=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD2A is #4B42D5. Grayscale: #AAAAAA. Windows color (decimal): -4932310 or 2801076. OLE color: 2801076.

HSL color Cylindrical-coordinate representation of color #B4BD2A: hue angle of 63.67º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4BD2A is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 42 -
CMYK 0.05 0 0.78 0.26
HSL 63.67º 0.64% 0.45% -
HSV(B) 63.67º 0.78% 0.74% -
XYZ 37.44 46.27 9.15 -
YUV 169.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 180 189 42 0.05 0 0.78 0.26 63.67 0.64 0.45
Hex B4 BD 2A 5 0 4E 1A 40 40 2D
Octal 264 275 52 5 0 116 32 100 100 55
Binary 10110100 10111101 101010 101 0 1001110 11010 1000000 1000000 101101

Color Harmonies of #B4BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD2A

Black with #B4BD2A

Text Example


Text Example

White with #B4BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD2A; }

 p { color: rgb(180,189,42); }

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

background-color css

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

 a { background-color: rgb(180,189,42); }

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

border-color css

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

 span { border-color: rgb(180,189,42); }

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