Html Css Color HEX #BCD41C Rio Grande

📋 copy color: '#BCD41C'

red 188 ◦ green 212 ◦ blue 28

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

Shades of Rio Grande #BCD41C

Tints of Rio Grande #BCD41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.53%

 BLUE value IS 28 (11.33% from 255) = 6.54%

R = 43.93%
G = 49.53%
B = 6.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#BCD41C (or 0xBCD41C) is known color: Rio Grande. HEX triplet: BC, D4 and 1C. RGB value is (188,212,28). Sum of RGB (Red+Green+Blue) = 188+212+28=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD41C is #432BE3. Grayscale: #B8B8B8. Windows color (decimal): -4402148 or 1889468. OLE color: 1889468.

HSL color Cylindrical-coordinate representation of color #BCD41C: hue angle of 67.83º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD41C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 28 -
CMYK 0.11 0 0.87 0.17
HSL 67.83º 0.77% 0.47% -
HSV(B) 67.83º 0.87% 0.83% -
XYZ 44.49 57.86 9.92 -
YUV 183.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 188 212 28 0.11 0 0.87 0.17 67.83 0.77 0.47
Hex BC D4 1C B 0 57 11 44 4D 2F
Octal 274 324 34 13 0 127 21 104 115 57
Binary 10111100 11010100 11100 1011 0 1010111 10001 1000100 1001101 101111

Color Harmonies of #BCD41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD41C

Black with #BCD41C

Text Example


Text Example

White with #BCD41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD41C; }

 p { color: rgb(188,212,28); }

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

background-color css

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

 a { background-color: rgb(188,212,28); }

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

border-color css

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

 span { border-color: rgb(188,212,28); }

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