Html Css Color HEX #B4BD1B Rio Grande

📋 copy color: '#B4BD1B'

red 180 ◦ green 189 ◦ blue 27

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

Shades of Rio Grande #B4BD1B

Tints of Rio Grande #B4BD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.82%

R = 45.45%
G = 47.73%
B = 6.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#B4BD1B (or 0xB4BD1B) is known color: Rio Grande. HEX triplet: B4, BD and 1B. RGB value is (180,189,27). Sum of RGB (Red+Green+Blue) = 180+189+27=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD1B is #4B42E4. Grayscale: #A8A8A8. Windows color (decimal): -4932325 or 1818036. OLE color: 1818036.

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

Color convert

RGB 180 189 27 -
CMYK 0.05 0 0.86 0.26
HSL 63.33º 0.75% 0.42% -
HSV(B) 63.33º 0.86% 0.74% -
XYZ 37.22 46.18 7.99 -
YUV 167.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 180 189 27 0.05 0 0.86 0.26 63.33 0.75 0.42
Hex B4 BD 1B 5 0 56 1A 3F 4B 2A
Octal 264 275 33 5 0 126 32 77 113 52
Binary 10110100 10111101 11011 101 0 1010110 11010 111111 1001011 101010

Color Harmonies of #B4BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD1B

Black with #B4BD1B

Text Example


Text Example

White with #B4BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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