Html Css Color HEX #BCD01E Rio Grande

📋 copy color: '#BCD01E'

red 188 ◦ green 208 ◦ blue 30

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

Shades of Rio Grande #BCD01E

Tints of Rio Grande #BCD01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.04%

R = 44.13%
G = 48.83%
B = 7.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#BCD01E (or 0xBCD01E) is known color: Rio Grande. HEX triplet: BC, D0 and 1E. RGB value is (188,208,30). Sum of RGB (Red+Green+Blue) = 188+208+30=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD01E is #432FE1. Grayscale: #B6B6B6. Windows color (decimal): -4403170 or 2019516. OLE color: 2019516.

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

Color convert

RGB 188 208 30 -
CMYK 0.10 0 0.86 0.18
HSL 66.74º 0.75% 0.47% -
HSV(B) 66.74º 0.86% 0.82% -
XYZ 43.53 55.9 9.72 -
YUV 181.73 42.37 132.47 -
System Red Green Blue C M Y K H S L
Decimal 188 208 30 0.10 0 0.86 0.18 66.74 0.75 0.47
Hex BC D0 1E A 0 56 12 43 4B 2F
Octal 274 320 36 12 0 126 22 103 113 57
Binary 10111100 11010000 11110 1010 0 1010110 10010 1000011 1001011 101111

Color Harmonies of #BCD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD01E

Black with #BCD01E

Text Example


Text Example

White with #BCD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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