Html Css Color HEX #B4BC17 Rio Grande

📋 copy color: '#B4BC17'

red 180 ◦ green 188 ◦ blue 23

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

Shades of Rio Grande #B4BC17

Tints of Rio Grande #B4BC17

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 23 (9.38% from 255) = 5.88%

R = 46.04%
G = 48.08%
B = 5.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B4BC17 (or 0xB4BC17) is known color: Rio Grande. HEX triplet: B4, BC and 17. RGB value is (180,188,23). Sum of RGB (Red+Green+Blue) = 180+188+23=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BC17 is #4B43E8. Grayscale: #A7A7A7. Windows color (decimal): -4932585 or 1555636. OLE color: 1555636.

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

Color convert

RGB 180 188 23 -
CMYK 0.04 0 0.88 0.26
HSL 62.91º 0.78% 0.41% -
HSV(B) 62.91º 0.88% 0.74% -
XYZ 36.96 45.73 7.69 -
YUV 166.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 180 188 23 0.04 0 0.88 0.26 62.91 0.78 0.41
Hex B4 BC 17 4 0 58 1A 3F 4E 29
Octal 264 274 27 4 0 130 32 77 116 51
Binary 10110100 10111100 10111 100 0 1011000 11010 111111 1001110 101001

Color Harmonies of #B4BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC17

Black with #B4BC17

Text Example


Text Example

White with #B4BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC17; }

 p { color: rgb(180,188,23); }

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

background-color css

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

 a { background-color: rgb(180,188,23); }

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

border-color css

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

 span { border-color: rgb(180,188,23); }

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