Html Css Color HEX #BCBD32 Rio Grande

📋 copy color: '#BCBD32'

red 188 ◦ green 189 ◦ blue 50

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

Shades of Rio Grande #BCBD32

Tints of Rio Grande #BCBD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 44.03%
G = 44.26%
B = 11.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCBD32 (or 0xBCBD32) is known color: Rio Grande. HEX triplet: BC, BD and 32. RGB value is (188,189,50). Sum of RGB (Red+Green+Blue) = 188+189+50=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD32 is #4342CD. Grayscale: #ADADAD. Windows color (decimal): -4408014 or 3325372. OLE color: 3325372.

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

Color convert

RGB 188 189 50 -
CMYK 0.01 0 0.74 0.26
HSL 60.43º 0.58% 0.47% -
HSV(B) 60.43º 0.74% 0.74% -
XYZ 39.51 47.32 10.07 -
YUV 172.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 188 189 50 0.01 0 0.74 0.26 60.43 0.58 0.47
Hex BC BD 32 1 0 4A 1A 3C 3A 2F
Octal 274 275 62 1 0 112 32 74 72 57
Binary 10111100 10111101 110010 1 0 1001010 11010 111100 111010 101111

Color Harmonies of #BCBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD32

Black with #BCBD32

Text Example


Text Example

White with #BCBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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