Html Css Color HEX #BCC928 Rio Grande

📋 copy color: '#BCC928'

red 188 ◦ green 201 ◦ blue 40

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

Shades of Rio Grande #BCC928

Tints of Rio Grande #BCC928

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.85%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 43.82%
G = 46.85%
B = 9.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#BCC928 (or 0xBCC928) is known color: Rio Grande. HEX triplet: BC, C9 and 28. RGB value is (188,201,40). Sum of RGB (Red+Green+Blue) = 188+201+40=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC928 is #4336D7. Grayscale: #B3B3B3. Windows color (decimal): -4404952 or 2673084. OLE color: 2673084.

HSL color Cylindrical-coordinate representation of color #BCC928: hue angle of 64.84º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC928 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 40 -
CMYK 0.06 0 0.80 0.21
HSL 64.84º 0.67% 0.47% -
HSV(B) 64.84º 0.8% 0.79% -
XYZ 42.01 52.62 9.95 -
YUV 178.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 188 201 40 0.06 0 0.80 0.21 64.84 0.67 0.47
Hex BC C9 28 6 0 50 15 41 43 2F
Octal 274 311 50 6 0 120 25 101 103 57
Binary 10111100 11001001 101000 110 0 1010000 10101 1000001 1000011 101111

Color Harmonies of #BCC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC928

Black with #BCC928

Text Example


Text Example

White with #BCC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC928; }

 p { color: rgb(188,201,40); }

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

background-color css

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

 a { background-color: rgb(188,201,40); }

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

border-color css

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

 span { border-color: rgb(188,201,40); }

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