Html Css Color HEX #BCC028 Rio Grande

📋 copy color: '#BCC028'

red 188 ◦ green 192 ◦ blue 40

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

Shades of Rio Grande #BCC028

Tints of Rio Grande #BCC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

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

R = 44.76%
G = 45.71%
B = 9.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BCC028 (or 0xBCC028) is known color: Rio Grande. HEX triplet: BC, C0 and 28. RGB value is (188,192,40). Sum of RGB (Red+Green+Blue) = 188+192+40=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC028 is #433FD7. Grayscale: #AEAEAE. Windows color (decimal): -4407256 or 2670780. OLE color: 2670780.

HSL color Cylindrical-coordinate representation of color #BCC028: hue angle of 61.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCC028 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 40 -
CMYK 0.02 0 0.79 0.25
HSL 61.58º 0.66% 0.45% -
HSV(B) 61.58º 0.79% 0.75% -
XYZ 39.97 48.54 9.27 -
YUV 173.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 188 192 40 0.02 0 0.79 0.25 61.58 0.66 0.45
Hex BC C0 28 2 0 4F 19 3E 42 2D
Octal 274 300 50 2 0 117 31 76 102 55
Binary 10111100 11000000 101000 10 0 1001111 11001 111110 1000010 101101

Color Harmonies of #BCC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC028

Black with #BCC028

Text Example


Text Example

White with #BCC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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