Html Css Color HEX #B4BC23 Rio Grande

📋 copy color: '#B4BC23'

red 180 ◦ green 188 ◦ blue 35

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

Shades of Rio Grande #B4BC23

Tints of Rio Grande #B4BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 44.67%
G = 46.65%
B = 8.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#B4BC23 (or 0xB4BC23) is known color: Rio Grande. HEX triplet: B4, BC and 23. RGB value is (180,188,35). Sum of RGB (Red+Green+Blue) = 180+188+35=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BC23 is #4B43DC. Grayscale: #A8A8A8. Windows color (decimal): -4932573 or 2342068. OLE color: 2342068.

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

Color convert

RGB 180 188 35 -
CMYK 0.04 0 0.81 0.26
HSL 63.14º 0.69% 0.44% -
HSV(B) 63.14º 0.81% 0.74% -
XYZ 37.11 45.79 8.47 -
YUV 168.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 180 188 35 0.04 0 0.81 0.26 63.14 0.69 0.44
Hex B4 BC 23 4 0 51 1A 3F 45 2C
Octal 264 274 43 4 0 121 32 77 105 54
Binary 10110100 10111100 100011 100 0 1010001 11010 111111 1000101 101100

Color Harmonies of #B4BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC23

Black with #B4BC23

Text Example


Text Example

White with #B4BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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