Html Css Color HEX #BCC527 Rio Grande

📋 copy color: '#BCC527'

red 188 ◦ green 197 ◦ blue 39

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

Shades of Rio Grande #BCC527

Tints of Rio Grande #BCC527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.46%

 BLUE value IS 39 (15.63% from 255) = 9.2%

R = 44.34%
G = 46.46%
B = 9.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BCC527 (or 0xBCC527) is known color: Rio Grande. HEX triplet: BC, C5 and 27. RGB value is (188,197,39). Sum of RGB (Red+Green+Blue) = 188+197+39=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC527 is #433AD8. Grayscale: #B0B0B0. Windows color (decimal): -4405977 or 2606524. OLE color: 2606524.

HSL color Cylindrical-coordinate representation of color #BCC527: hue angle of 63.42º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC527 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 39 -
CMYK 0.05 0 0.80 0.23
HSL 63.42º 0.67% 0.46% -
HSV(B) 63.42º 0.8% 0.77% -
XYZ 41.07 50.77 9.55 -
YUV 176.3 50.52 136.35 -
System Red Green Blue C M Y K H S L
Decimal 188 197 39 0.05 0 0.80 0.23 63.42 0.67 0.46
Hex BC C5 27 5 0 50 17 3F 43 2E
Octal 274 305 47 5 0 120 27 77 103 56
Binary 10111100 11000101 100111 101 0 1010000 10111 111111 1000011 101110

Color Harmonies of #BCC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC527

Black with #BCC527

Text Example


Text Example

White with #BCC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC527; }

 p { color: rgb(188,197,39); }

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

background-color css

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

 a { background-color: rgb(188,197,39); }

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

border-color css

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

 span { border-color: rgb(188,197,39); }

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