Html Css Color HEX #BCC725 Rio Grande

📋 copy color: '#BCC725'

red 188 ◦ green 199 ◦ blue 37

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

Shades of Rio Grande #BCC725

Tints of Rio Grande #BCC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.93%

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

R = 44.34%
G = 46.93%
B = 8.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#BCC725 (or 0xBCC725) is known color: Rio Grande. HEX triplet: BC, C7 and 25. RGB value is (188,199,37). Sum of RGB (Red+Green+Blue) = 188+199+37=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC725 is #4338DA. Grayscale: #B1B1B1. Windows color (decimal): -4405467 or 2475964. OLE color: 2475964.

HSL color Cylindrical-coordinate representation of color #BCC725: hue angle of 64.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCC725 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 37 -
CMYK 0.06 0 0.81 0.22
HSL 64.07º 0.69% 0.46% -
HSV(B) 64.07º 0.81% 0.78% -
XYZ 41.5 51.67 9.54 -
YUV 177.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 188 199 37 0.06 0 0.81 0.22 64.07 0.69 0.46
Hex BC C7 25 6 0 51 16 40 45 2E
Octal 274 307 45 6 0 121 26 100 105 56
Binary 10111100 11000111 100101 110 0 1010001 10110 1000000 1000101 101110

Color Harmonies of #BCC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC725

Black with #BCC725

Text Example


Text Example

White with #BCC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC725; }

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

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

background-color css

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

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

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

border-color css

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

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

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