Html Css Color HEX #BCCD19 Rio Grande

📋 copy color: '#BCCD19'

red 188 ◦ green 205 ◦ blue 25

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

Shades of Rio Grande #BCCD19

Tints of Rio Grande #BCCD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.04%

 BLUE value IS 25 (10.16% from 255) = 5.98%

R = 44.98%
G = 49.04%
B = 5.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#BCCD19 (or 0xBCCD19) is known color: Rio Grande. HEX triplet: BC, CD and 19. RGB value is (188,205,25). Sum of RGB (Red+Green+Blue) = 188+205+25=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD19 is #4332E6. Grayscale: #B4B4B4. Windows color (decimal): -4403943 or 1691068. OLE color: 1691068.

HSL color Cylindrical-coordinate representation of color #BCCD19: hue angle of 65.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCCD19 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 25 -
CMYK 0.08 0 0.88 0.20
HSL 65.67º 0.78% 0.45% -
HSV(B) 65.67º 0.88% 0.8% -
XYZ 42.75 54.42 9.17 -
YUV 179.4 40.87 134.14 -
System Red Green Blue C M Y K H S L
Decimal 188 205 25 0.08 0 0.88 0.20 65.67 0.78 0.45
Hex BC CD 19 8 0 58 14 42 4E 2D
Octal 274 315 31 10 0 130 24 102 116 55
Binary 10111100 11001101 11001 1000 0 1011000 10100 1000010 1001110 101101

Color Harmonies of #BCCD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD19

Black with #BCCD19

Text Example


Text Example

White with #BCCD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD19; }

 p { color: rgb(188,205,25); }

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

background-color css

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

 a { background-color: rgb(188,205,25); }

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

border-color css

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

 span { border-color: rgb(188,205,25); }

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