Html Css Color HEX #BCBD1C Rio Grande

📋 copy color: '#BCBD1C'

red 188 ◦ green 189 ◦ blue 28

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

Shades of Rio Grande #BCBD1C

Tints of Rio Grande #BCBD1C

RGB

 RED value IS 188 (73.83% from 255) = 46.42%

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

 BLUE value IS 28 (11.33% from 255) = 6.91%

R = 46.42%
G = 46.67%
B = 6.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCBD1C (or 0xBCBD1C) is known color: Rio Grande. HEX triplet: BC, BD and 1C. RGB value is (188,189,28). Sum of RGB (Red+Green+Blue) = 188+189+28=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD1C is #4342E3. Grayscale: #AAAAAA. Windows color (decimal): -4408036 or 1883580. OLE color: 1883580.

HSL color Cylindrical-coordinate representation of color #BCBD1C: hue angle of 60.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCBD1C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 28 -
CMYK 0.01 0 0.85 0.26
HSL 60.37º 0.74% 0.43% -
HSV(B) 60.37º 0.85% 0.74% -
XYZ 39.15 47.17 8.14 -
YUV 170.35 47.67 140.59 -
System Red Green Blue C M Y K H S L
Decimal 188 189 28 0.01 0 0.85 0.26 60.37 0.74 0.43
Hex BC BD 1C 1 0 55 1A 3C 4A 2B
Octal 274 275 34 1 0 125 32 74 112 53
Binary 10111100 10111101 11100 1 0 1010101 11010 111100 1001010 101011

Color Harmonies of #BCBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD1C

Black with #BCBD1C

Text Example


Text Example

White with #BCBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD1C; }

 p { color: rgb(188,189,28); }

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

background-color css

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

 a { background-color: rgb(188,189,28); }

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

border-color css

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

 span { border-color: rgb(188,189,28); }

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