Html Css Color HEX #BCCD1E Rio Grande

📋 copy color: '#BCCD1E'

red 188 ◦ green 205 ◦ blue 30

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

Shades of Rio Grande #BCCD1E

Tints of Rio Grande #BCCD1E

RGB

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

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

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

R = 44.44%
G = 48.46%
B = 7.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#BCCD1E (or 0xBCCD1E) is known color: Rio Grande. HEX triplet: BC, CD and 1E. RGB value is (188,205,30). Sum of RGB (Red+Green+Blue) = 188+205+30=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD1E is #4332E1. Grayscale: #B4B4B4. Windows color (decimal): -4403938 or 2018748. OLE color: 2018748.

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

Color convert

RGB 188 205 30 -
CMYK 0.08 0 0.85 0.20
HSL 65.83º 0.74% 0.46% -
HSV(B) 65.83º 0.85% 0.8% -
XYZ 42.8 54.45 9.48 -
YUV 179.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 188 205 30 0.08 0 0.85 0.20 65.83 0.74 0.46
Hex BC CD 1E 8 0 55 14 42 4A 2E
Octal 274 315 36 10 0 125 24 102 112 56
Binary 10111100 11001101 11110 1000 0 1010101 10100 1000010 1001010 101110

Color Harmonies of #BCCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD1E

Black with #BCCD1E

Text Example


Text Example

White with #BCCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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