Html Css Color HEX #BCD01C Rio Grande

📋 copy color: '#BCD01C'

red 188 ◦ green 208 ◦ blue 28

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

Shades of Rio Grande #BCD01C

Tints of Rio Grande #BCD01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.06%

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

R = 44.34%
G = 49.06%
B = 6.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BCD01C (or 0xBCD01C) is known color: Rio Grande. HEX triplet: BC, D0 and 1C. RGB value is (188,208,28). Sum of RGB (Red+Green+Blue) = 188+208+28=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD01C is #432FE3. Grayscale: #B6B6B6. Windows color (decimal): -4403172 or 1888444. OLE color: 1888444.

HSL color Cylindrical-coordinate representation of color #BCD01C: hue angle of 66.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD01C is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 28 -
CMYK 0.10 0 0.87 0.18
HSL 66.67º 0.76% 0.46% -
HSV(B) 66.67º 0.87% 0.82% -
XYZ 43.5 55.89 9.59 -
YUV 181.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 188 208 28 0.10 0 0.87 0.18 66.67 0.76 0.46
Hex BC D0 1C A 0 57 12 43 4C 2E
Octal 274 320 34 12 0 127 22 103 114 56
Binary 10111100 11010000 11100 1010 0 1010111 10010 1000011 1001100 101110

Color Harmonies of #BCD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD01C

Black with #BCD01C

Text Example


Text Example

White with #BCD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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