Html Css Color HEX #BCC525 Rio Grande

📋 copy color: '#BCC525'

red 188 ◦ green 197 ◦ blue 37

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

Shades of Rio Grande #BCC525

Tints of Rio Grande #BCC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 44.55%
G = 46.68%
B = 8.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BCC525 (or 0xBCC525) is known color: Rio Grande. HEX triplet: BC, C5 and 25. RGB value is (188,197,37). Sum of RGB (Red+Green+Blue) = 188+197+37=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC525 is #433ADA. Grayscale: #B0B0B0. Windows color (decimal): -4405979 or 2475452. OLE color: 2475452.

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

Color convert

RGB 188 197 37 -
CMYK 0.05 0 0.81 0.23
HSL 63.38º 0.68% 0.46% -
HSV(B) 63.38º 0.81% 0.77% -
XYZ 41.04 50.76 9.38 -
YUV 176.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 188 197 37 0.05 0 0.81 0.23 63.38 0.68 0.46
Hex BC C5 25 5 0 51 17 3F 44 2E
Octal 274 305 45 5 0 121 27 77 104 56
Binary 10111100 11000101 100101 101 0 1010001 10111 111111 1000100 101110

Color Harmonies of #BCC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC525

Black with #BCC525

Text Example


Text Example

White with #BCC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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